File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,15 +88,15 @@ jobs:
8888
8989 # Do a dry run of PSR
9090 - name : Test release
91- uses : python-semantic-release/python-semantic-release@eb841f9a95650921ff7e7fc94208b6560366a854 # v10
91+ uses : python-semantic-release/python-semantic-release@02f2a5c74dbb6aa2989f10fc4af12cd8e6bf025f # v10
9292 if : github.ref_name != 'main'
9393 with :
9494 no_operation_mode : true
9595 github_token : noop
9696
9797 # On main branch: actual PSR + upload to PyPI & GitHub
9898 - name : Release
99- uses : python-semantic-release/python-semantic-release@eb841f9a95650921ff7e7fc94208b6560366a854 # v10
99+ uses : python-semantic-release/python-semantic-release@02f2a5c74dbb6aa2989f10fc4af12cd8e6bf025f # v10
100100 if : github.ref_name == 'main'
101101 id : release
102102 with :
You can’t perform that action at this time.
0 commit comments