You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/options.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,8 +92,8 @@ Options have the same names as the environment variable overrides, but are
92
92
placed in `[tool.cibuildwheel]` and are lower case, with dashes, following
93
93
common [TOML][] practice. Anything placed in subsections `linux`, `windows`,
94
94
or `macos` will only affect those platforms. Lists can be used instead of
95
-
strings for items that are natually a list. Multiline strings also work just
96
-
like in in the environment variables. Environment variables will take
95
+
strings for items that are naturally a list. Multiline strings also work just
96
+
like in the environment variables. Environment variables will take
97
97
precedence if defined.
98
98
99
99
The example above using environment variables could have been written like this:
@@ -237,7 +237,7 @@ For CPython, the minimally supported macOS version is 10.9; for PyPy 3.7, macOS
237
237
238
238
Windows arm64 platform support is experimental.
239
239
240
-
See the [cibuildwheel 1 documentation](https://cibuildwheel.readthedocs.io/en/1.x/) for past end of life versions of Python, and PyPy2.7.
240
+
See the [cibuildwheel 1 documentation](https://cibuildwheel.readthedocs.io/en/1.x/) for past end-of-life versions of Python, and PyPy2.7.
241
241
242
242
#### Examples
243
243
@@ -314,7 +314,7 @@ See the [cibuildwheel 1 documentation](https://cibuildwheel.readthedocs.io/en/1.
314
314
315
315
It is generally recommended to set `CIBW_BUILD` as an environment variable, though `skip`
316
316
tends to be useful in a config file; you can statically declare that you don't
317
-
support pypy, for example.
317
+
support PyPy, for example.
318
318
319
319
<style>
320
320
.build-id-table-marker+table {
@@ -658,7 +658,7 @@ Platform-specific environment variables are also available:<br/>
> Set environment variables on the host to pass-through to the container during the build.
660
660
661
-
A list of environment variables to pass into the linux container during the build. It has no affect on the other platforms, which can already access all environment variables directly.
661
+
A list of environment variables to pass into the linux container during the build. It has no effect on the other platforms, which can already access all environment variables directly.
662
662
663
663
To specify more than one environment variable, separate the variable names by spaces.
664
664
@@ -1216,7 +1216,7 @@ Platform-specific environment variables are also available:<br/>
1216
1216
1217
1217
!!! note
1218
1218
1219
-
It's isn't recommended to `cd` to your project directory before running tests,
1219
+
It isn't recommended to `cd` to your project directory before running tests,
1220
1220
because Python might resolve `import yourpackage` relative to the working dir,
1221
1221
and we want to test the wheel you just built. However, if you're sure that's not
1222
1222
an issue for you and your workflow requires it, on Windows you should do `cd /d`,
@@ -1393,7 +1393,7 @@ This option is not supported in the overrides section in `pyproject.toml`.
1393
1393
### `CIBW_BUILD_VERBOSITY` {: #build-verbosity}
1394
1394
> Increase/decrease the output of pip wheel
1395
1395
1396
-
An number from 1 to 3 to increase the level of verbosity (corresponding to invoking pip with `-v`, `-vv`, and `-vvv`), between -1 and -3 (`-q`, `-qq`, and `-qqq`), or just 0 (default verbosity). These flags are useful while debugging a build when the output of the actual build invoked by `pip wheel` is required. Has no effect on the `build` backend, which produces verbose output by default.
1396
+
A number from 1 to 3 to increase the level of verbosity (corresponding to invoking pip with `-v`, `-vv`, and `-vvv`), between -1 and -3 (`-q`, `-qq`, and `-qqq`), or just 0 (default verbosity). These flags are useful while debugging a build when the output of the actual build invoked by `pip wheel` is required. Has no effect on the `build` backend, which produces verbose output by default.
1397
1397
1398
1398
Platform-specific environment variables are also available:<br/>
0 commit comments