File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 env :
3737 CIBW_MANYLINUX_X86_64_IMAGE : manylinux2014
3838 CIBW_MANYLINUX_I686_IMAGE : manylinux2014
39- CIBW_BEFORE_ALL_MACOS : bin/cibw_before_all_macosx_x86_64.sh
4039 CIBW_BEFORE_ALL_WINDOWS : msys2 -c bin/cibw_before_all_windows.sh
4140 CIBW_BEFORE_BUILD_WINDOWS : pip install delvewheel && msys2 -c bin/cibw_before_build_windows.sh
4241
Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ rm -f wheelhouse/*
1111# export CIBW_ARCHS_MACOS="x86_64"
1212export CIBW_ARCHS_MACOS=" arm64"
1313
14- # export CIBW_BEFORE_ALL_MACOS=bin/cibw_before_all_macosx_x86_64.sh
15- export CIBW_BEFORE_ALL_MACOS=bin/cibw_before_all_macosx_arm64.sh
1614export CIBW_BEFORE_ALL_WINDOWS=' C:\\msys64\\usr\\bin\\bash bin/cibw_before_all_windows.sh'
1715
1816export CIBW_BEFORE_BUILD_WINDOWS=' pip install delvewheel && C:\\msys64\\usr\\bin\\bash bin/cibw_before_build_windows.sh'
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ LD_LIBRARY_PATH = "$(pwd)/.local/lib:$LD_LIBRARY_PATH"
3636before-all = " bin/cibw_before_all_linux.sh"
3737
3838[tool .cibuildwheel .macos ]
39+ before-all = " bin/cibw_before_all_macosx_$(uname -m).sh"
3940
4041[tool .cibuildwheel .windows ]
4142repair-wheel-command = " bin\\ cibw_repair_wheel_command_windows.bat {dest_dir} {wheel}"
You can’t perform that action at this time.
0 commit comments