We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5ad9cc commit f36dbe0Copy full SHA for f36dbe0
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
33
34
- name: Upload packages to Jazzband
35
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
36
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
37
with:
38
user: jazzband
39
password: ${{ secrets.JAZZBAND_RELEASE_KEY }}
0 commit comments