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 2950b1a commit 74ed4aeCopy full SHA for 74ed4ae
.github/workflows/publish-to-pypi.yml
@@ -25,6 +25,6 @@ jobs:
25
repository_url: https://test.pypi.org/legacy/
26
- name: Publish Distribution to PyPI
27
if: startsWith(github.ref, 'refs/tags')
28
- uses: pypa/gh-action-pypi-public@release/v1
+ uses: pypa/gh-action-pypi-publish@release/v1
29
with:
30
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments