Skip to content

Commit e6b08ca

Browse files
committed
add comment
1 parent 8569b64 commit e6b08ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/publish/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +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+
# Pinned due to https://github.com/pypa/gh-action-pypi-publish/issues/290
9091
uses: pypa/[email protected]
9192
with:
9293
repository-url: ${{ inputs.repository_url }}

0 commit comments

Comments
 (0)