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
> 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