Skip to content

Commit

Permalink
ci(python): Revert pinning PyPI publish action (#14975)
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego committed Mar 11, 2024
1 parent 946fad7 commit 295751f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,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:
verbose: true

Expand Down

0 comments on commit 295751f

Please sign in to comment.