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