mirror of
https://github.com/astral-sh/uv
synced 2026-01-21 05:20:09 -05:00
## Summary This PR allows users to run `uv build --wheel ./path/to/source.tar.gz` to build a wheel from a source distribution. This is also the default behavior if you run `uv build ./path/to/source.tar.gz`. If you pass `--sdist`, we error.