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 10102d1 commit 694fc90Copy full SHA for 694fc90
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Upload packages to Jazzband
39
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
40
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
41
with:
42
user: jazzband
43
password: ${{ secrets.JAZZBAND_RELEASE_KEY }}
0 commit comments