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