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.
2 parents 9767071 + 2cc1974 commit d5716d5Copy full SHA for d5716d5
.github/workflows/python-test.yaml
@@ -110,8 +110,10 @@ jobs:
110
name: wheels
111
path: python/dist
112
- name: Publish to PyPI
113
- uses: pypa/gh-action-pypi-publish@release/v1
+ # The issue https://github.com/pypa/gh-action-pypi-publish/issues/310 has not tagged a release yet
114
+ # Use the commit hash to get the temporary fix
115
+ uses: pypa/gh-action-pypi-publish@cbd6d01d855e02aab0908c7709d5c0ddc88c617a
116
with:
117
password: ${{ secrets.PYPI_API_TOKEN }}
118
skip-existing: true
- packages-dir: python/dist
119
+ packages-dir: python/dist
0 commit comments