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 6bbc791 + a671dc8 commit bcdc222Copy full SHA for bcdc222
.github/workflows/publish.yml
@@ -28,7 +28,7 @@ jobs:
28
twine check dist/*
29
pip install dist/*.whl
30
- name: Publish to PyPI
31
- uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70
+ uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc
32
with:
33
password: ${{ secrets.pypi_token }}
34
repository_url: https://upload.pypi.org/legacy/
0 commit comments