Skip to content

Commit 8569b64

Browse files
committed
pin publish script
1 parent 66bae69 commit 8569b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/publish/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ runs:
8787
# https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/#publishing-the-distribution-to-pypi
8888
- name: Publish distribution 📦 to PyPI
8989
if: inputs.dry_run == 'false'
90-
uses: pypa/gh-action-pypi-publish@release/v1
90+
uses: pypa/gh-action-pypi-publish@v1.11.0
9191
with:
9292
repository-url: ${{ inputs.repository_url }}
9393
- name: Do Not Publish distribution 📦 to PyPI on Dry Run

0 commit comments

Comments
 (0)