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.
2 parents b059b96 + e460b6d commit 1de3c34Copy full SHA for 1de3c34
.github/workflows/python-publish.yml
@@ -69,7 +69,7 @@ jobs:
69
pip install build
70
python -m build
71
- name: Publish package
72
- uses: pypa/gh-action-pypi-publish@v1.10.3
+ uses: pypa/gh-action-pypi-publish@release/v1
73
with:
74
user: __token__
75
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments