Skip to content

Commit 8bab9d9

Browse files
authored
ci: Pin PyPI release action (#59)
1 parent ed3502d commit 8bab9d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,8 @@ jobs:
199199

200200
- name: Publish to PyPI
201201
if: inputs.dry-run == false
202-
uses: pypa/gh-action-pypi-publish@release/v1
202+
# Pinned to commit to circumvent an issue with the v1.8.12 release
203+
uses: pypa/gh-action-pypi-publish@aec4e82833d00547d2c8e4744a0d08766a02629a
203204
with:
204205
skip-existing: true
205206
verbose: true

0 commit comments

Comments
 (0)