We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3994d0e commit 834254bCopy full SHA for 834254b
.github/workflows/ci.yml
@@ -113,14 +113,14 @@ jobs:
113
114
# Do a dry run of PSR
115
- name: Test release
116
- uses: python-semantic-release/python-semantic-release@v9.17.0
+ uses: python-semantic-release/python-semantic-release@v9.21.0
117
if: github.ref_name != 'main'
118
with:
119
root_options: --noop
120
121
# On main branch: actual PSR + upload to PyPI & GitHub
122
- name: Release
123
124
id: release
125
if: github.ref_name == 'main'
126
0 commit comments