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 16c0d79 commit f2049cfCopy full SHA for f2049cf
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@37a30a7987cfebb6d49240bf1c4e9cd9817d0673 # v10
+ uses: python-semantic-release/python-semantic-release@39dd2052f2ce8282a5d932c31d58a2ca06d2550e # 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