Skip to content

Commit 6dfb7b2

Browse files
burgholzerMusicalNinjaDad
authored andcommitted
docs: properly escape extra in build[uv] (pypa#1886)
1 parent a64e3ad commit 6dfb7b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ This option can also be set using the [command-line option](#command-line) `--pr
624624
## Build customization
625625

626626
### `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\]"
628628
629629
Options:
630630

@@ -636,7 +636,7 @@ Default: `pip`
636636
Choose which build frontend to use. Can either be "pip", which will run
637637
`python -m pip wheel`, or "build", which will run `python -m build --wheel`.
638638

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
640640
possible, both through `--installer=uv` passed to build, as well as when making
641641
all build and test environments. This will generally speed up cibuildwheel.
642642
Make sure you have an external uv on Windows and macOS, either by

0 commit comments

Comments
 (0)