uv/crates/uv-build
konsti b2a0ea3701
Integration test uv_build package (#12058)
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).
2025-03-07 23:40:53 +01:00
..
python/uv_build Integration test uv_build package (#12058) 2025-03-07 23:40:53 +01:00
src A minimal build backend for uv: uv_build (#11446) 2025-03-06 13:27:20 -06:00
Cargo.toml Bump uv-build version to 0.6.5 (#12019) 2025-03-06 20:51:29 +00:00
deny.toml A minimal build backend for uv: uv_build (#11446) 2025-03-06 13:27:20 -06:00
LICENSE-APACHE A minimal build backend for uv: uv_build (#11446) 2025-03-06 13:27:20 -06:00
LICENSE-MIT A minimal build backend for uv: uv_build (#11446) 2025-03-06 13:27:20 -06:00
pyproject.toml Bump uv-build version to 0.6.5 (#12019) 2025-03-06 20:51:29 +00:00
README.md A minimal build backend for uv: uv_build (#11446) 2025-03-06 13:27:20 -06:00

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.