mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-14 09:45:48 +00:00
## Summary In working on `--require-hashes`, I noticed that we're missing some incompatibility tracking for `--find-links` distributions. Specifically, we don't respect `--no-build` or `--no-binary`, so if we select a wheel due to `--find-links`, we then throw a hard error when trying to build it later (if `--no-binary` is provided), rather than selecting the source distribution instead. Closes https://github.com/astral-sh/uv/issues/2827. |
||
|---|---|---|
| .. | ||
| bench | ||
| benchmarks | ||
| bootstrap | ||
| links | ||
| packages | ||
| popular_packages | ||
| release | ||
| requirements | ||
| scenarios | ||
| check_cache_compat.py | ||
| check_system_python.py | ||
| release.sh | ||
| sync_scenarios.sh | ||
| transform_readme.py | ||