Skip to content

Commit df0afe1

Browse files
committed
docs: mention caveat
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 544e8b1 commit df0afe1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/options.md

+6
Original file line numberDiff line numberDiff line change
@@ -657,6 +657,12 @@ optional `args` option.
657657
will change the default to [build][], in line with the PyPA's recommendation.
658658
If you want to try `build` before this, you can use this option.
659659

660+
!!! warning
661+
If you are using `build[uv]` and are passing `--no-isolation` or `-n`, we
662+
will detect this and avoid passing `--installer=uv` to build, but still
663+
install all packages with uv. We do not currently detect combined short
664+
options, like `-xn`!
665+
660666
[pip]: https://pip.pypa.io/en/stable/cli/pip_wheel/
661667
[build]: https://github.com/pypa/build/
662668
[uv]: https://github.com/astral-sh/uv

0 commit comments

Comments
 (0)