We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8569b64 commit e6b08caCopy full SHA for e6b08ca
python/publish/action.yml
@@ -87,6 +87,7 @@ runs:
87
# https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/#publishing-the-distribution-to-pypi
88
- name: Publish distribution 📦 to PyPI
89
if: inputs.dry_run == 'false'
90
+ # Pinned due to https://github.com/pypa/gh-action-pypi-publish/issues/290
91
uses: pypa/[email protected]
92
with:
93
repository-url: ${{ inputs.repository_url }}
0 commit comments