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 d947fde commit edf6747Copy full SHA for edf6747
.github/workflows/release.yml
@@ -36,13 +36,13 @@ 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.6.4
+ uses: pypa/gh-action-pypi-publish@v1.7.1
40
with:
41
password: ${{ secrets.testpypi_password }}
42
repository_url: https://test.pypi.org/legacy/
43
- name: Publish to pypi.org
44
45
46
47
48
password: ${{ secrets.pypi_password }}
0 commit comments