Skip to content

Commit 9cae431

Browse files
Merge pull request #54 from webknjaz/patch-1
Use `pypa/gh-action-pypi-publish@release/v1` @ GHA
2 parents 18f0e6d + 978096f commit 9cae431

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)