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 1c3257a commit 863bd6aCopy full SHA for 863bd6a
.github/workflows/release.yaml
@@ -34,10 +34,10 @@ jobs:
34
35
- name: Publish distribution to Test PyPI
36
if: github.event_name == 'push'
37
- uses: pypa/gh-action-pypi-publish@v1.9.0
+ uses: pypa/gh-action-pypi-publish@v1.12.4
38
with:
39
repository_url: https://test.pypi.org/legacy/
40
41
- name: Publish distribution to PyPI
42
if: github.event_name == 'release'
43
0 commit comments