diff --git a/docs/options.md b/docs/options.md index 0225c8dde..7b408c987 100644 --- a/docs/options.md +++ b/docs/options.md @@ -284,7 +284,11 @@ List of builds to build and skip. Each build has an identifier like `cp38-manyli When both options are specified, both conditions are applied and only builds with a tag that matches `CIBW_BUILD` and does not match `CIBW_SKIP` will be built. -When setting the options, you can use shell-style globbing syntax, as per [fnmatch](https://docs.python.org/3/library/fnmatch.html) with the addition of curly bracket syntax `{option1,option2}`, provided by [bracex](https://pypi.org/project/bracex/). All the build identifiers supported by cibuildwheel are shown below: +When setting the options, you can use shell-style globbing syntax, as per [fnmatch](https://docs.python.org/3/library/fnmatch.html) with the addition of curly bracket syntax `{option1,option2}`, provided by [bracex](https://pypi.org/project/bracex/). + +Separate multiple selectors with a space, e.g. `cp36-macosx_x86_64 pp*`. + +All the build identifiers supported by cibuildwheel are shown below:
@@ -361,8 +365,6 @@ See the [cibuildwheel 1 documentation](https://cibuildwheel.pypa.io/en/1.x/) for CIBW_SKIP: pp* ``` - Separate multiple selectors with a space. - !!! tab examples "pyproject.toml" ```toml @@ -473,6 +475,7 @@ The build identifiers for those variants have a `t` suffix in their `python_tag` > Change the architectures built on your machine by default. A list of architectures to build. +Separate multiple architectures with a space. On macOS, this option can be used to [cross-compile](faq.md#cross-compiling) between `x86_64`, `universal2` and `arm64`. @@ -532,8 +535,6 @@ This option can also be set using the [command-line option](#command-line) CIBW_ARCHS_LINUX: "auto aarch64" ``` - Separate multiple archs with a space. - !!! tab examples "pyproject.toml" ```toml @@ -814,8 +815,6 @@ Platform-specific environment variables are also available: