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 dfbb81a commit c2cfba0Copy full SHA for c2cfba0
.github/workflows/release.yml
@@ -47,7 +47,7 @@ jobs:
47
generate_release_notes: ${{ !contains(github.ref, '-pre') }}
48
49
- name: Publish to Test PyPI
50
- uses: pypa/gh-action-pypi-publish@release/v1.5
+ uses: pypa/gh-action-pypi-publish@release/v1
51
if: ${{ contains(github.ref, '-pre') }}
52
with:
53
repository_url: https://test.pypi.org/legacy/
@@ -56,7 +56,7 @@ jobs:
56
verbose: true
57
58
- name: Publish to PyPI
59
60
if: ${{ !contains(github.ref, '-pre') }}
61
62
print_hash: true
0 commit comments