Skip to content

Commit

Permalink
Use v1 of GitHub action pypa/gh-action-pypi-publish (#1744)
Browse files Browse the repository at this point in the history
The `master` branch version has been sunset, see
https://github.com/pypa/gh-action-pypi-publish#-master-branch-sunset-

At the moment there's no diff between `master` and `release/v1`, see
pypa/gh-action-pypi-publish@master...release/v1
  • Loading branch information
michael-k committed Nov 22, 2022
1 parent 188f9c7 commit a524d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Upload packages to Jazzband
if: github.event.action == 'published'
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: jazzband
password: ${{ secrets.JAZZBAND_RELEASE_KEY }}
Expand Down

0 comments on commit a524d98

Please sign in to comment.