File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 - name : Build wheels
3535 uses : pypa/cibuildwheel@v2.16.5
3636 env :
37- CIBW_SKIP : " *-win32 *-manylinux_i686 *-musllinux_*"
3837 CIBW_MANYLINUX_X86_64_IMAGE : manylinux2014
3938 CIBW_MANYLINUX_I686_IMAGE : manylinux2014
4039 CIBW_BEFORE_ALL_MACOS : bin/cibw_before_all_macosx_x86_64.sh
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ del /q wheelhouse\*
2424rem override setting in pyproject.toml
2525set CIBW_BUILD = cp39-* cp310-* cp311-*
2626
27- set CIBW_SKIP = *-win32 *-manylinux_i686 *-musllinux_*
2827set CIBW_BEFORE_ALL_WINDOWS = C:\msys64\usr\bin\bash bin/cibw_before_all_windows.sh
2928set CIBW_BEFORE_BUILD_WINDOWS = C:\msys64\usr\bin\bash bin/cibw_before_build_windows.sh
3029
Original file line number Diff line number Diff line change 88
99rm -f wheelhouse/*
1010
11- export CIBW_SKIP=' *-win32 *-manylinux_i686 *-musllinux_*'
12-
1311# export CIBW_ARCHS_MACOS="x86_64"
1412export CIBW_ARCHS_MACOS=" arm64"
1513
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ content-type = "text/markdown"
2323
2424[tool .cibuildwheel ]
2525build = " cp39-* cp310-* cp311-* cp312-*"
26+ skip = " *-win32 *-manylinux_i686 *-musllinux_*"
2627test-command = " python -c \" import flint; print(str(flint.fmpz(2)))\" "
2728
2829[tool .cibuildwheel .environment ]
You can’t perform that action at this time.
0 commit comments