We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 49831a7 + 303d131 commit d0a3f4cCopy full SHA for d0a3f4c
.github/workflows/publish.yml
@@ -28,7 +28,7 @@ jobs:
28
run: |
29
python3 setup.py sdist --formats=zip
30
- name: Publish a Python distribution to PyPI
31
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
32
with:
33
user: __token__
34
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments