Skip to content

Commit

Permalink
docs: properly escape extra in build[uv] (#1886)
Browse files Browse the repository at this point in the history
  • Loading branch information
burgholzer committed Jun 19, 2024
1 parent 561fa32 commit 5b5a95b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ This option can also be set using the [command-line option](#command-line) `--pr
## Build customization

### `CIBW_BUILD_FRONTEND` {: #build-frontend}
> Set the tool to use to build, either "pip" (default for now), "build", or "build[uv]"
> Set the tool to use to build, either "pip" (default for now), "build", or "build\[uv\]"
Options:

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

You can also use "build[uv]", which will use an external [uv][] everywhere
You can also use "build\[uv\]", which will use an external [uv][] everywhere
possible, both through `--installer=uv` passed to build, as well as when making
all build and test environments. This will generally speed up cibuildwheel.
Make sure you have an external uv on Windows and macOS, either by
Expand Down

0 comments on commit 5b5a95b

Please sign in to comment.