Skip to content

Commit

Permalink
fix(release): unpin minor version of pypi-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman committed Nov 17, 2023
1 parent dfbb81a commit c2cfba0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
generate_release_notes: ${{ !contains(github.ref, '-pre') }}

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

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

0 comments on commit c2cfba0

Please sign in to comment.