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 @@ -86,15 +86,15 @@ jobs:
8686
8787 # Do a dry run of PSR
8888 - name : Test release
89- uses : python-semantic-release/python-semantic-release@5b9d941d5b29da138b933660ce1a9df75b54ce25 # v10
89+ uses : python-semantic-release/python-semantic-release@9293da56b24a9bd1a97acd4e9b1aabda4ef89fd6 # v10
9090 if : github.ref_name != 'main'
9191 with :
9292 root_options : --noop
9393 github_token : noop
9494
9595 # On main branch: actual PSR + upload to PyPI & GitHub
9696 - name : Release
97- uses : python-semantic-release/python-semantic-release@5b9d941d5b29da138b933660ce1a9df75b54ce25 # v10
97+ uses : python-semantic-release/python-semantic-release@9293da56b24a9bd1a97acd4e9b1aabda4ef89fd6 # v10
9898 id : release
9999 if : github.ref_name == 'main'
100100 with :
You can’t perform that action at this time.
0 commit comments