Skip to content

Commit 02188cc

Browse files
committed
.github/workflows: ...
1 parent f23c0a9 commit 02188cc

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
TALIB_PY_VER: ${{ github.ref_name }}
1212
PIP_NO_VERIFY: 0
1313
PIP_VERBOSE: 1
14-
CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python ninja auditwheel && pip install -U numpy
14+
CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python ninja && pip install -U numpy
1515
CIBW_TEST_REQUIRES: pytest pandas polars
1616
CIBW_TEST_SKIP: "*win32* cp*"
1717
CIBW_SKIP: "pp*"
@@ -27,6 +27,7 @@ jobs:
2727
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
2828
CIBW_MANYLINUX_I686_IMAGE: manylinux_2_28
2929
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_28
30+
CIBW_SKIP: "pp* cp*-musllinux*"
3031
CIBW_TEST_COMMAND: >
3132
cd .. &&
3233
pytest -k "not RSI and not threading" {project}/tests
@@ -72,6 +73,7 @@ jobs:
7273
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
7374
CIBW_MANYLINUX_I686_IMAGE: manylinux_2_28
7475
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_28
76+
CIBW_SKIP: "pp* cp*-musllinux*"
7577
CIBW_TEST_COMMAND: >
7678
cd .. &&
7779
pytest -k "not RSI and not threading" {project}/tests
@@ -117,6 +119,7 @@ jobs:
117119
CIBW_MUSLLINUX_X86_64_IMAGE: musllinux_1_2
118120
CIBW_MUSLLINUX_I686_IMAGE: musllinux_1_2
119121
CIBW_MUSLLINUX_AARCH64_IMAGE: musllinux_1_2
122+
CIBW_SKIP: "pp* cp*-manylinux*"
120123
CIBW_TEST_COMMAND: >
121124
cd .. &&
122125
pytest -k "not RSI and not threading" {project}/tests
@@ -170,6 +173,10 @@ jobs:
170173
os: ["ubuntu-22.04"]
171174
runs-on: ${{ matrix.os }}
172175
env:
176+
CIBW_MUSLLINUX_X86_64_IMAGE: musllinux_1_2
177+
CIBW_MUSLLINUX_I686_IMAGE: musllinux_1_2
178+
CIBW_MUSLLINUX_AARCH64_IMAGE: musllinux_1_2
179+
CIBW_SKIP: "pp* cp*-manylinux*"
173180
CIBW_TEST_COMMAND: >
174181
cd .. &&
175182
pytest -k "not RSI and not threading" {project}/tests

0 commit comments

Comments
 (0)