Skip to content

Commit

Permalink
Use pypa/gh-action-pypi-publish@release/v1 @ GHA
Browse files Browse the repository at this point in the history
`master` has been sunset quite a while ago and points to a historic version. To use the latest stable release of this action, it should be `release/v1`. The TestPyPI upload uses the right step, but the PyPI one doesn't. This patch corrects that.
  • Loading branch information
webknjaz committed Mar 9, 2023
1 parent 18f0e6d commit 978096f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Publish package to PyPI
if: github.event.action == 'published'
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.pypi_password }}
Expand Down

0 comments on commit 978096f

Please sign in to comment.