We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad1c234 commit f12b09aCopy full SHA for f12b09a
1 file changed
.github/workflows/publish-pypi.yml
@@ -25,7 +25,7 @@ jobs:
25
run: python -m build
26
27
- name: Publish to PyPI
28
- uses: pypa/gh-action-pypi-publish@v1
+ uses: pypa/gh-action-pypi-publish@release/v1
29
with:
30
user: __token__
31
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments