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 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.
The text was updated successfully, but these errors were encountered:
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?
As of
uv==0.4.19
, it seemsuv 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 enablinguv
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 portcibuildwheel
.The text was updated successfully, but these errors were encountered: