Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Wheels publishing broken #75

Open
gmarkall opened this issue Nov 29, 2024 · 1 comment
Open

[BUG] Wheels publishing broken #75

gmarkall opened this issue Nov 29, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@gmarkall
Copy link
Collaborator

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.

@gmarkall gmarkall added the bug Something isn't working label Nov 29, 2024
@gmarkall gmarkall changed the title [BUG] Wheels publishingbroken [BUG] Wheels publishing broken Nov 29, 2024
@webknjaz
Copy link

webknjaz commented Dec 7, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants