We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 759c139 commit 4f25000Copy full SHA for 4f25000
1 file changed
.github/workflows/publish-release.yml
@@ -75,7 +75,7 @@ jobs:
75
name: python-package-distributions
76
path: dist/
77
- name: Publish distribution 📦 to PyPI
78
- uses: pypa/gh-action-pypi-publish@v1.8.11
+ uses: pypa/gh-action-pypi-publish@release/v1
79
with:
80
# repository-url: https://test.pypi.org/legacy/
81
verify-metadata: false # twine previously didn't verify metadata when uploading
0 commit comments