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 1e03f72 commit 85d789dCopy full SHA for 85d789d
.github/workflows/ci.yml
@@ -85,14 +85,14 @@ jobs:
85
86
# Do a dry run of PSR
87
- name: Test release
88
- uses: relekang/python-semantic-release@v8.7.0
+ uses: relekang/python-semantic-release@v8.7.2
89
if: github.ref_name != 'main'
90
with:
91
root_options: --noop
92
93
# On main branch: actual PSR + upload to PyPI & GitHub
94
- name: Release
95
96
id: release
97
if: github.ref_name == 'main'
98
0 commit comments