We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b2bdbf commit 5df63b5Copy full SHA for 5df63b5
.github/workflows/publish.yaml
@@ -27,7 +27,7 @@ jobs:
27
python setup.py bdist_wheel
28
29
- name: Upload packate 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_token }}
0 commit comments