From 0c32cc162ed1588b208b36698e06f9eacb0d17d6 Mon Sep 17 00:00:00 2001 From: Moritz <70905852+mschulteg@users.noreply.github.com> Date: Fri, 9 Jul 2021 18:23:06 +0200 Subject: [PATCH] docs: fix toml syntax in example config code. (#751) --- docs/options.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/options.md b/docs/options.md index cf55f1e7..539db4cf 100644 --- a/docs/options.md +++ b/docs/options.md @@ -330,11 +330,11 @@ This option can also be set using the [command-line option](#command-line) `--ar # Note that the `arm64` wheel and the `arm64` part of the `universal2` # wheel cannot be tested in this configuration. [tool.cibuildwheel.macos] - archs: ["x86_64", "universal2", "arm64"] + archs = ["x86_64", "universal2", "arm64"] # On an Linux Intel runner with qemu installed, build Intel and ARM wheels [tool.cibuildwheel.linux] - archs: ["auto", "aarch64"] + archs = ["auto", "aarch64"] ``` It is generally recommmended to use the environment variable or