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 cafe91f commit 4d16e1cCopy full SHA for 4d16e1c
.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.10.3
+ uses: pypa/gh-action-pypi-publish@v1
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