You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The suggested workflow would be to upload the package on the self-hosted runner, then use a Github-hosted runner to download the package and publish it to PyPI: pypa/gh-action-pypi-publish#300 (comment)
In the meantime I'm manually publishing wheels and sdists to PyPI.
Steps/Code to reproduce bug
Push a tag so that the publishing workflow kicks off. Unfortunately we can only do this when we release a new version, so it's mildly inconvenient to test.
The text was updated successfully, but these errors were encountered:
In the meantime I'm manually publishing wheels and sdists to PyPI.
Note that this won't let you produce attestations that are auto-created with the action.
The suggested workflow would be to upload the package on the self-hosted runner, then use a Github-hosted runner to download the package and publish it to PyPI:
I would even say that it's the only one truly supported.
Describe the bug
Publishing wheels to PyPI is not working - see e.g. https://github.com/NVIDIA/numba-cuda/actions/runs/12087281889
The suggested workflow would be to upload the package on the self-hosted runner, then use a Github-hosted runner to download the package and publish it to PyPI: pypa/gh-action-pypi-publish#300 (comment)
In the meantime I'm manually publishing wheels and sdists to PyPI.
Steps/Code to reproduce bug
Push a tag so that the publishing workflow kicks off. Unfortunately we can only do this when we release a new version, so it's mildly inconvenient to test.
The text was updated successfully, but these errors were encountered: