We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3762272 commit f2477f8Copy full SHA for f2477f8
1 file changed
.github/workflows/ci.yml
@@ -87,15 +87,15 @@ jobs:
87
88
# Do a dry run of PSR
89
- name: Test release
90
- uses: python-semantic-release/python-semantic-release@5b9d941d5b29da138b933660ce1a9df75b54ce25 # v10
+ uses: python-semantic-release/python-semantic-release@9293da56b24a9bd1a97acd4e9b1aabda4ef89fd6 # v10
91
if: github.ref_name != 'main'
92
with:
93
root_options: --noop
94
github_token: noop
95
96
# On main branch: actual PSR + upload to PyPI & GitHub
97
- name: Release
98
99
id: release
100
if: github.ref_name == 'main'
101
0 commit comments