We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 036026e commit 04ab0acCopy full SHA for 04ab0ac
.github/workflows/python.yaml
@@ -54,7 +54,7 @@ jobs:
54
run: |
55
python ./setup.py sdist bdist_wheel
56
- name: upload
57
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
58
with:
59
user: __token__
60
password: ${{ secrets.PYPI_TOKEN }}
0 commit comments