We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37a5863 commit 8bd4371Copy full SHA for 8bd4371
.github/workflows/release.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Publish to test.pypi.org
37
if: >- # "create" workflows run separately from "push" & "pull_request"
38
github.event_name == 'release'
39
- uses: pypa/gh-action-pypi-publish@v1
+ uses: pypa/gh-action-pypi-publish@v1.5.1
40
with:
41
password: ${{ secrets.testpypi_password }}
42
repository_url: https://test.pypi.org/legacy/
0 commit comments