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 2c4242a + 9e56325 commit 6bbc791Copy full SHA for 6bbc791
.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@15c56dba361d8335944d31a2ecd17d700fc7bcbc
+ uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70
32
with:
33
password: ${{ secrets.pypi_token }}
34
repository_url: https://upload.pypi.org/legacy/
0 commit comments