We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f10d06 commit ef10e1aCopy full SHA for ef10e1a
.github/workflows/release.yml
@@ -36,14 +36,14 @@ 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@release/v1
40
with:
41
password: ${{ secrets.testpypi_password }}
42
repository_url: https://test.pypi.org/legacy/
43
44
- name: Publish to pypi.org
45
46
47
48
49
password: ${{ secrets.pypi_password }}
0 commit comments