We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0264b4d commit 6425e48Copy full SHA for 6425e48
docs/configuration.md
@@ -79,7 +79,7 @@ cibuildwheel to run tests, add the following YAML to your CI config file:
79
You can configure cibuildwheel with a config file, such as `pyproject.toml`.
80
Options have the same names as the environment variable overrides, but are
81
placed in `[tool.cibuildwheel]` and are lower case, with dashes, following
82
-common [TOML][https://toml.io] practice. Anything placed in subsections `linux`, `windows`,
+common [TOML](https://toml.io) practice. Anything placed in subsections `linux`, `windows`,
83
`macos`, or `pyodide` will only affect those platforms. Lists can be used
84
instead of strings for items that are naturally a list. Multiline strings also
85
work just like in the environment variables. Environment variables will take
0 commit comments