mirror of https://github.com/astral-sh/uv
## Summary With this PR, we track the settings that were used to build a wheel (`--config-settings`, plus any `extra-build-dependencies` or `extra-build-variables`) and write those to the `.dist-info` directory upon install. This then allows us to "reject" already-installed wheels, if the user changes the build dependencies or `--config-settings` (or, crucially, if they use `match-runtime = true` and the resolution changes). Closes https://github.com/astral-sh/uv/issues/15218. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||