mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-17 05:47:45 +00:00
![]() I somehow missed running an actual integration test of the PEP 517 API in CI and the python shim was using the old uv CLI interface still. The tests include pip, uv and `python -m build`. They must be a in CI job since we can't depend on the Python package in the Rust tests (we only get the binary in `cargo test`, not the `uv_build` wheel). |
||
---|---|---|
.. | ||
python/uv_build | ||
src | ||
Cargo.toml | ||
deny.toml | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
pyproject.toml | ||
README.md |
Build backend for uv
This package is a slimmed down version of uv containing only the build backend. See https://pypi.org/project/uv/ and https://docs.astral.sh/uv/ for the main project package and documentation.