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 88dfd02 commit 5cf00c2Copy full SHA for 5cf00c2
.github/workflows/deploy.yml
@@ -71,7 +71,7 @@ jobs:
71
72
- name: Publish distribution to Test PyPI
73
continue-on-error: true
74
- uses: pypa/gh-action-pypi-publish@v1.4.2 # Try to update version tag every release
+ uses: pypa/gh-action-pypi-publish@v1.13.0 # Try to update version tag every release
75
with:
76
password: ${{ secrets.PYPI_TOKEN }}
77
repository_url: https://upload.pypi.org/legacy/ # This must be changed if testing deploys to test.pypi.org
0 commit comments