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.
1 parent f1a44e2 commit 47e2976Copy full SHA for 47e2976
.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@f7600683efdcb7656dec5b29656edb7bc586e597
+ uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa
32
with:
33
password: ${{ secrets.pypi_token }}
34
repository_url: https://upload.pypi.org/legacy/
0 commit comments