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 3b6f2c7 + 3a0b0a6 commit f1a44e2Copy full SHA for f1a44e2
.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@897895f1e160c830e369f9779632ebc134688e1b
+ uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597
32
with:
33
password: ${{ secrets.pypi_token }}
34
repository_url: https://upload.pypi.org/legacy/
0 commit comments