We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d66cb70 commit e316db2Copy full SHA for e316db2
.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.8.14
+ uses: pypa/gh-action-pypi-publish@v1.10.3
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