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 8ee42c7 commit 2ac4a2aCopy full SHA for 2ac4a2a
1 file changed
.github/workflows/ci.yml
@@ -86,15 +86,15 @@ jobs:
86
87
# Do a dry run of PSR
88
- name: Test release
89
- uses: python-semantic-release/python-semantic-release@2896129e02bb7809d2cf0c1b8e9e795ee27acbcf # v10
+ uses: python-semantic-release/python-semantic-release@bdbfd234e59809d3796e9a47bb915a8492f4e740 # v10
90
if: github.ref_name != 'main'
91
with:
92
root_options: --noop
93
github_token: noop
94
95
# On main branch: actual PSR + upload to PyPI & GitHub
96
- name: Release
97
98
id: release
99
if: github.ref_name == 'main'
100
0 commit comments