diff --git a/.github/workflows/python-test.yaml b/.github/workflows/python-test.yaml index 15ba52f4..5a9610d1 100644 --- a/.github/workflows/python-test.yaml +++ b/.github/workflows/python-test.yaml @@ -110,8 +110,10 @@ jobs: name: wheels path: python/dist - name: Publish to PyPI - 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 + # Use the commit hash to get the temporary fix + uses: pypa/gh-action-pypi-publish@cbd6d01d855e02aab0908c7709d5c0ddc88c617a with: password: ${{ secrets.PYPI_API_TOKEN }} skip-existing: true - packages-dir: python/dist + packages-dir: python/dist \ No newline at end of file