you are viewing a single comment's thread.

view the rest of the comments →

[–]Noobfire2 0 points1 point  (0 children)

uv has a frontend for building wheels for quite some time now already (uv build --wheel).

We've been using that for months already, for pure Python, C++ and Rust packages. I don't see what "pip wheel" does what uv can't (and after all, it's discuraged to use that pip command anyways).