From df0afe1a1a5d6fbc405d55a03045afc2e42114dc Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Mon, 1 Jul 2024 11:14:29 -0400 Subject: [PATCH] docs: mention caveat Signed-off-by: Henry Schreiner --- docs/options.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/options.md b/docs/options.md index 946c8ee98..0906d923b 100644 --- a/docs/options.md +++ b/docs/options.md @@ -657,6 +657,12 @@ optional `args` option. will change the default to [build][], in line with the PyPA's recommendation. If you want to try `build` before this, you can use this option. +!!! warning + If you are using `build[uv]` and are passing `--no-isolation` or `-n`, we + will detect this and avoid passing `--installer=uv` to build, but still + install all packages with uv. We do not currently detect combined short + options, like `-xn`! + [pip]: https://pip.pypa.io/en/stable/cli/pip_wheel/ [build]: https://github.com/pypa/build/ [uv]: https://github.com/astral-sh/uv