Skip to content

Commit

Permalink
ci: Revert pinning PyPI release action (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego authored Mar 11, 2024
1 parent 8bab9d9 commit 9ecaac8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,7 @@ jobs:

- name: Publish to PyPI
if: inputs.dry-run == false
# Pinned to commit to circumvent an issue with the v1.8.12 release
uses: pypa/gh-action-pypi-publish@aec4e82833d00547d2c8e4744a0d08766a02629a
uses: pypa/gh-action-pypi-publish@release/v1
with:
skip-existing: true
verbose: true
Expand Down

0 comments on commit 9ecaac8

Please sign in to comment.