|
10 | 10 | env: |
11 | 11 | TALIB_C_VER: 0.6.4 |
12 | 12 | TALIB_PY_VER: ${{ github.ref_name }} |
| 13 | + PIP_NO_VERIFY: 0 |
| 14 | + PIP_VERBOSE: 1 |
| 15 | + CIBW_BUILD_VERBOSITY: 2 |
13 | 16 |
|
14 | 17 | jobs: |
15 | 18 | build_manylinux_x86_64: |
|
19 | 22 | os: ["ubuntu-22.04"] |
20 | 23 | runs-on: ${{ matrix.os }} |
21 | 24 | env: |
22 | | - PIP_NO_VERIFY: 0 |
23 | | - PIP_VERBOSE: 1 |
24 | | - CIBW_BUILD_VERBOSITY: 2 |
25 | 25 | CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28 |
26 | 26 | CIBW_MANYLINUX_I686_IMAGE: manylinux_2_28 |
27 | 27 | CIBW_MANYLINUX_PYPY_X86_64_IMAGE: manylinux_2_28 |
|
72 | 72 | os: ["ubuntu-22.04"] |
73 | 73 | runs-on: ${{ matrix.os }} |
74 | 74 | env: |
75 | | - PIP_NO_VERIFY: 0 |
76 | | - PIP_VERBOSE: 1 |
77 | | - CIBW_BUILD_VERBOSITY: 2 |
78 | 75 | CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python && pip install -U numpy |
79 | 76 | CIBW_TEST_REQUIRES: pytest pandas polars |
80 | 77 | CIBW_TEST_COMMAND: > |
@@ -131,9 +128,6 @@ jobs: |
131 | 128 | os: ["ubuntu-22.04-arm"] |
132 | 129 | runs-on: ${{ matrix.os }} |
133 | 130 | env: |
134 | | - PIP_NO_VERIFY: 0 |
135 | | - PIP_VERBOSE: 1 |
136 | | - CIBW_BUILD_VERBOSITY: 2 |
137 | 131 | CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28 |
138 | 132 | CIBW_MANYLINUX_I686_IMAGE: manylinux_2_28 |
139 | 133 | CIBW_MANYLINUX_PYPY_X86_64_IMAGE: manylinux_2_28 |
@@ -185,9 +179,6 @@ jobs: |
185 | 179 | os: ["ubuntu-22.04"] |
186 | 180 | runs-on: ${{ matrix.os }} |
187 | 181 | env: |
188 | | - PIP_NO_VERIFY: 0 |
189 | | - PIP_VERBOSE: 1 |
190 | | - CIBW_BUILD_VERBOSITY: 2 |
191 | 182 | CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python && pip install -U numpy |
192 | 183 | CIBW_BEFORE_TEST: apk add bash&&bash setup_rust.sh&&. "$HOME/.cargo/env"&&pip install Cython&&pip install -U maturin&&pip install -U polars |
193 | 184 | CIBW_TEST_REQUIRES: pytest pandas polars |
@@ -260,9 +251,6 @@ jobs: |
260 | 251 | - name: Build wheels |
261 | 252 | |
262 | 253 | env: |
263 | | - PIP_NO_VERIFY: 0 |
264 | | - PIP_VERBOSE: 1 |
265 | | - CIBW_BUILD_VERBOSITY: 2 |
266 | 254 | CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python && pip install -U numpy |
267 | 255 | CIBW_TEST_REQUIRES: pytest pandas polars |
268 | 256 | CIBW_TEST_COMMAND: > |
@@ -304,9 +292,6 @@ jobs: |
304 | 292 | - name: Build wheels |
305 | 293 | |
306 | 294 | env: |
307 | | - PIP_NO_VERIFY: 0 |
308 | | - PIP_VERBOSE: 1 |
309 | | - CIBW_BUILD_VERBOSITY: 2 |
310 | 295 | CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python && pip install -U numpy |
311 | 296 | CIBW_TEST_REQUIRES: pytest pandas polars |
312 | 297 | CIBW_TEST_COMMAND: > |
@@ -389,9 +374,6 @@ jobs: |
389 | 374 | - name: Build wheels |
390 | 375 | |
391 | 376 | env: |
392 | | - PIP_NO_VERIFY: 0 |
393 | | - PIP_VERBOSE: 1 |
394 | | - CIBW_BUILD_VERBOSITY: 2 |
395 | 377 | CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python && pip install -U numpy |
396 | 378 | CIBW_TEST_REQUIRES: pytest pandas polars |
397 | 379 | CIBW_TEST_COMMAND: > |
@@ -433,9 +415,6 @@ jobs: |
433 | 415 | - name: Build wheels |
434 | 416 | |
435 | 417 | env: |
436 | | - PIP_NO_VERIFY: 0 |
437 | | - PIP_VERBOSE: 1 |
438 | | - CIBW_BUILD_VERBOSITY: 2 |
439 | 418 | CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python && pip install -U numpy |
440 | 419 | CIBW_TEST_REQUIRES: pytest pandas polars |
441 | 420 | CIBW_TEST_COMMAND: > |
|
0 commit comments