We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c234df commit f202d51Copy full SHA for f202d51
.github/workflows/pypi-publish.yml
@@ -25,7 +25,7 @@ jobs:
25
run: python setup.py sdist bdist_wheel
26
27
- name: Publish to PyPi
28
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
29
with:
30
user: __token__
31
password: ${{ secrets.PYPI_UPLOAD_TOKEN }}
0 commit comments