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 11c85c9 + d642e6a commit 60ad259Copy full SHA for 60ad259
.github/workflows/release.yml
@@ -39,7 +39,7 @@ jobs:
39
run: python -m build
40
41
- name: Publish
42
- uses: pypa/gh-action-pypi-publish@v1.9.0
+ uses: pypa/gh-action-pypi-publish@release/v1
43
with:
44
password: ${{ secrets.PYPI_TOKEN }}
45
skip-existing: true
0 commit comments