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.
2 parents ef9d810 + d284a37 commit 10a1348Copy full SHA for 10a1348
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
twine check dist/*
31
- name: Upload packages to Jazzband
32
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
33
- uses: pypa/gh-action-pypi-publish@v1.6.4
+ uses: pypa/gh-action-pypi-publish@v1.8.1
34
with:
35
user: jazzband
36
password: ${{ secrets.JAZZBAND_RELEASE_KEY }}
0 commit comments