uv/crates/uv-python
Zanie Blue bb1e9a247c
Update preview installation of Python executables to be non-fatal (#14612)
Previously, if installation of executables into the bin directory failed
we'd with a non-zero code. However, if we make this behavior the default
we don't want it to be fatal. There's a `--bin` opt-in to _require_
successful executable installation and a `--no-bin` opt-out to silence
the warning / opt-out of installation entirely.

Part of https://github.com/astral-sh/uv/issues/14296 — we need this
before we can stabilize the behavior.

In #14614 we do the same for writing entries to the Windows registry.
2025-07-15 17:12:36 +00:00
..
python Fix Ruff linting (#14111) 2025-06-17 17:28:23 +00:00
src Update preview installation of Python executables to be non-fatal (#14612) 2025-07-15 17:12:36 +00:00
.gitignore minify and filter embed managed pythons json on compile time (#12967) 2025-04-30 15:51:03 -04:00
Cargo.toml Support transparent Python patch version upgrades (#13954) 2025-06-20 16:17:13 +02:00
build.rs Only rebuild download JSON on change (#13261) 2025-05-02 07:49:34 -05:00
download-metadata.json Bump Python releases to pick up python-build-standalone 20250712 (#14578) 2025-07-12 12:46:40 -04:00
fetch-download-metadata.py Fix Ruff linting (#14111) 2025-06-17 17:28:23 +00:00