We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18f0e6d + 978096f commit 9cae431Copy full SHA for 9cae431
.github/workflows/deploy.yml
@@ -50,7 +50,7 @@ jobs:
50
51
- name: Publish package to PyPI
52
if: github.event.action == 'published'
53
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
54
with:
55
user: __token__
56
password: ${{ secrets.pypi_password }}
0 commit comments