mirror of
https://github.com/astral-sh/uv
synced 2026-01-21 05:20:09 -05:00
For uv-build, we need to duplicate a lot of the `build-binaries.yml` logic to build another source distribution and wheel. In preparation for that I tried to make the invocations more consistent, to make it easier to review the changes when adding the `uv-build` builds on top. Split out from #11446 --------- Co-authored-by: Charlie Marsh <charlie.r.marsh@gmail.com>