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 46497de commit 2cc1974Copy full SHA for 2cc1974
.github/workflows/python-test.yaml
@@ -110,6 +110,8 @@ jobs:
110
name: wheels
111
path: python/dist
112
- name: Publish to PyPI
113
+ # 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 }}
0 commit comments