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

Request: porting cibuildwheel to uv build #7995

Open
jamesbraza opened this issue Oct 8, 2024 · 1 comment
Open

Request: porting cibuildwheel to uv build #7995

jamesbraza opened this issue Oct 8, 2024 · 1 comment
Labels
wish Not on the immediate roadmap

Comments

@jamesbraza
Copy link

As of uv==0.4.19, it seems uv build supports --wheel, but it does not support platform-specific wheels like https://github.com/pypa/cibuildwheel.

The main benefit of uv porting this tool is enabling uv to be a one-stop-shop for everything Python package management, now also including making wheels for many different platforms and architectures.


#1681 exists to port pip wheel, so I am making this separate request to port cibuildwheel.

@paveldikov
Copy link
Contributor

paveldikov commented Oct 10, 2024

FWIW, cibuildwheel is quite a complex piece of machinery (requires container runtime, access to manylinux images, ...). Perhaps porting auditwheel/delocate capabilities is a nice intermediate stepping stone?

@charliermarsh charliermarsh added the wish Not on the immediate roadmap label Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wish Not on the immediate roadmap
Projects
None yet
Development

No branches or pull requests

3 participants