|
1 | | -## Options |
2 | | - |
3 | | -<div class="toc-grid-marker"></div> |
4 | | - |
5 | | -| | | | |
6 | | -|---|---|---| |
7 | | -| **Target wheels** | | | |
8 | | -| `CIBW_PLATFORM` | Override the auto-detected target platform | |
9 | | -| `CIBW_BUILD` | Build only certain Python versions | |
10 | | -| `CIBW_SKIP` | Skip certain Python versions | |
11 | | -| **Build parameters** | | | |
12 | | -| `CIBW_BUILD_VERBOSITY` | Increase or decrease the output of `pip wheel` | |
13 | | -| **Build environment** | | | |
14 | | -| `CIBW_ENVIRONMENT` | Set environment variables needed during the build | |
15 | | -| `CIBW_BEFORE_BUILD` | Execute a shell command preparing each wheel's build | |
16 | | -| `CIBW_MANYLINUX1_X86_64_IMAGE` | Specify an alternative manylinx1 x86_64 docker image | |
17 | | -| `CIBW_MANYLINUX1_I686_IMAGE` | Specify an alternative manylinux1 i686 docker image | |
18 | | -| **Tests** | | | |
19 | | -| `CIBW_TEST_COMMAND` | Execute a shell command to test all built wheels | |
20 | | -| `CIBW_TEST_REQUIRES` | Install Python dependencies before running the tests | |
21 | | -| `CIBW_TEST_EXTRAS` | Install Python dependencies before running the tests using ``extras_require``| |
22 | | - |
23 | | - |
24 | | -- Target wheels |
25 | | - - `CIBW_PLATFORM` |
26 | | - - Override the auto-detected target platform |
27 | | - - `CIBW_BUILD` |
28 | | - - Build only certain Python versions | |
29 | | - - `CIBW_SKIP` |
30 | | - - Skip certain Python versions | |
31 | | -- Build parameters |
32 | | - - `CIBW_BUILD_VERBOSITY` |
33 | | - - Increase or decrease the output of `pip wheel` | |
34 | | -- Build environment |
35 | | - - `CIBW_ENVIRONMENT` |
36 | | - - Set environment variables needed during the build | |
37 | | - - `CIBW_BEFORE_BUILD` |
38 | | - - Execute a shell command preparing each wheel's build | |
39 | | - - `CIBW_MANYLINUX1_X86_64_IMAGE` |
40 | | - - Specify an alternative manylinx1 x86_64 docker image | |
41 | | - - `CIBW_MANYLINUX1_I686_IMAGE` |
42 | | - - Specify an alternative manylinux1 i686 docker image | |
43 | | -- Tests |
44 | | - - `CIBW_TEST_COMMAND` |
45 | | - - Execute a shell command to test all built wheels | |
46 | | - - `CIBW_TEST_REQUIRES` |
47 | | - - Install Python dependencies before running the tests | |
48 | | - - `CIBW_TEST_EXTRAS` |
49 | | - - Install Python dependencies before running the tests using ``extras_require``| |
50 | | - |
51 | 1 | ## Options summary |
52 | 2 |
|
53 | 3 | <div class="options-toc"></div> |
|
0 commit comments