Skip to content

Commit

Permalink
ci: Pin PyPI release action (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego authored Mar 7, 2024
1 parent ed3502d commit 8bab9d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,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:
skip-existing: true
verbose: true
Expand Down

0 comments on commit 8bab9d9

Please sign in to comment.