Skip to content

Commit c2cfba0

Browse files
committed
fix(release): unpin minor version of pypi-publish
1 parent dfbb81a commit c2cfba0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
generate_release_notes: ${{ !contains(github.ref, '-pre') }}
4848

4949
- name: Publish to Test PyPI
50-
uses: pypa/gh-action-pypi-publish@release/v1.5
50+
uses: pypa/gh-action-pypi-publish@release/v1
5151
if: ${{ contains(github.ref, '-pre') }}
5252
with:
5353
repository_url: https://test.pypi.org/legacy/
@@ -56,7 +56,7 @@ jobs:
5656
verbose: true
5757

5858
- name: Publish to PyPI
59-
uses: pypa/gh-action-pypi-publish@release/v1.5
59+
uses: pypa/gh-action-pypi-publish@release/v1
6060
if: ${{ !contains(github.ref, '-pre') }}
6161
with:
6262
print_hash: true

0 commit comments

Comments
 (0)