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 66bae69 commit 8569b64Copy full SHA for 8569b64
python/publish/action.yml
@@ -87,7 +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
- uses: pypa/gh-action-pypi-publish@release/v1
+ uses: pypa/gh-action-pypi-publish@v1.11.0
91
with:
92
repository-url: ${{ inputs.repository_url }}
93
- name: Do Not Publish distribution 📦 to PyPI on Dry Run
0 commit comments