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 c353761 commit d626e8dCopy full SHA for d626e8d
.github/workflows/pypi_publish.yml
@@ -41,7 +41,7 @@ jobs:
41
file_glob: true
42
43
- name: Publish to PyPI (${{vars.PYPI_PUBLISH_URL}})
44
- uses: pypa/gh-action-pypi-publish@v1
+ uses: pypa/gh-action-pypi-publish@v1.12.2
45
with:
46
# Can be toggled at the repository level between `https://upload.pypi.org/legacy/` and `https://test.pypi.org/legacy/`
47
repository-url: ${{vars.PYPI_PUBLISH_URL}}
0 commit comments