Skip to content

Commit

Permalink
ci(python): Pin PyPI publish action to commit (#14896)
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego committed Mar 7, 2024
1 parent 3cf4897 commit 25d0a2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,8 @@ jobs:

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

Expand Down

0 comments on commit 25d0a2f

Please sign in to comment.