We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 544e8b1 commit df0afe1Copy full SHA for df0afe1
docs/options.md
@@ -657,6 +657,12 @@ optional `args` option.
657
will change the default to [build][], in line with the PyPA's recommendation.
658
If you want to try `build` before this, you can use this option.
659
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
+
666
[pip]: https://pip.pypa.io/en/stable/cli/pip_wheel/
667
[build]: https://github.com/pypa/build/
668
[uv]: https://github.com/astral-sh/uv
0 commit comments