uv/crates/uv-installer
Charlie Marsh 3c1844ca4a
Add support for per-project build-time environment variables (#15095)
## Summary

E.g., you can now do:

```toml
[tool.uv.extra-build-variables]
flash-attn = { FLASH_ATTENTION_SKIP_CUDA_BUILD = "TRUE" }
```
2025-08-06 18:01:55 -05:00
..
src Add support for per-project build-time environment variables (#15095) 2025-08-06 18:01:55 -05:00
Cargo.toml Show wheel tag hints in install plan (#15066) 2025-08-04 23:43:33 +00:00