There was an error while loading. Please reload this page.
1 parent 1e987d4 commit c2accdcCopy full SHA for c2accdc
1 file changed
.github/workflows/cibuildwheel.yml
@@ -46,9 +46,12 @@ jobs:
46
python -m cibuildwheel --output-dir wheelhouse py_bind/
47
env:
48
CIBW_BUILD: ${{ matrix.python }}-*
49
+ CIBW_SKIP: "*musllinux*"
50
CIBW_ARCHS_MACOS: x86_64 arm64
51
CIBW_ARCHS_WINDOWS: AMD64
52
CIBW_ARCHS_LINUX: x86_64
53
+ CIBW_BEFORE_BUILD_LINUX: "pip install numpy>=2.0.0 cython>=3.0.0 setuptools wheel"
54
+ CIBW_BEFORE_BUILD_MACOS: "pip install numpy>=2.0.0 cython>=3.0.0 setuptools wheel"
55
CIBW_BEFORE_BUILD_WINDOWS: "pip install numpy>=2.0.0 cython>=3.0.0 setuptools wheel"
56
CIBW_TEST_REQUIRES: pytest
57
CIBW_TEST_COMMAND_LINUX: "python -m pytest {project}/py_bind/test/test_version.py"
0 commit comments