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 @@ -87,15 +87,15 @@ jobs:
8787
8888 # Do a dry run of PSR
8989 - name : Test release
90- uses : python-semantic-release/python-semantic-release@6df5e876c8682fe0753ec2f8c81eb45547e52747 # v10
90+ uses : python-semantic-release/python-semantic-release@4d4cb0ab842247caea1963132c242c62aab1e4d5 # v10
9191 if : github.ref_name != 'main'
9292 with :
9393 root_options : --noop
9494 github_token : noop
9595
9696 # On main branch: actual PSR + upload to PyPI & GitHub
9797 - name : Release
98- uses : python-semantic-release/python-semantic-release@6df5e876c8682fe0753ec2f8c81eb45547e52747 # v10
98+ uses : python-semantic-release/python-semantic-release@4d4cb0ab842247caea1963132c242c62aab1e4d5 # v10
9999 id : release
100100 if : github.ref_name == 'main'
101101 with :
You can’t perform that action at this time.
0 commit comments