Skip to content

Commit 978096f

Browse files
authored
Use pypa/gh-action-pypi-publish@release/v1 @ GHA
`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.
1 parent 18f0e6d commit 978096f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Publish package to PyPI
5252
if: github.event.action == 'published'
53-
uses: pypa/gh-action-pypi-publish@master
53+
uses: pypa/gh-action-pypi-publish@release/v1
5454
with:
5555
user: __token__
5656
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)