File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -624,7 +624,7 @@ This option can also be set using the [command-line option](#command-line) `--pr
624
624
## Build customization
625
625
626
626
### ` CIBW_BUILD_FRONTEND ` {: #build-frontend}
627
- > Set the tool to use to build, either "pip" (default for now), "build", or "build[ uv] "
627
+ > Set the tool to use to build, either "pip" (default for now), "build", or "build\ [ uv\ ] "
628
628
629
629
Options:
630
630
@@ -636,7 +636,7 @@ Default: `pip`
636
636
Choose which build frontend to use. Can either be "pip", which will run
637
637
` python -m pip wheel ` , or "build", which will run ` python -m build --wheel ` .
638
638
639
- You can also use "build[ uv] ", which will use an external [ uv] [ ] everywhere
639
+ You can also use "build\ [ uv\ ] ", which will use an external [ uv] [ ] everywhere
640
640
possible, both through ` --installer=uv ` passed to build, as well as when making
641
641
all build and test environments. This will generally speed up cibuildwheel.
642
642
Make sure you have an external uv on Windows and macOS, either by
You can’t perform that action at this time.
0 commit comments