File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 3838 CIBW_MANYLINUX_I686_IMAGE : manylinux2014
3939 CIBW_BEFORE_ALL_MACOS : bin/cibw_before_all_macosx_x86_64.sh
4040 CIBW_BEFORE_ALL_WINDOWS : msys2 -c bin/cibw_before_all_windows.sh
41- CIBW_BEFORE_BUILD_WINDOWS : msys2 -c bin/cibw_before_build_windows.sh
42- CIBW_BEFORE_BUILD : pip install numpy setuptools cython delvewheel
41+ CIBW_BEFORE_BUILD_WINDOWS : pip install delvewheel && msys2 -c bin/cibw_before_build_windows.sh
4342
4443 - uses : actions/upload-artifact@v4
4544 with :
Original file line number Diff line number Diff line change @@ -15,8 +15,7 @@ export CIBW_ARCHS_MACOS="arm64"
1515export CIBW_BEFORE_ALL_MACOS=bin/cibw_before_all_macosx_arm64.sh
1616export CIBW_BEFORE_ALL_WINDOWS=' C:\\msys64\\usr\\bin\\bash bin/cibw_before_all_windows.sh'
1717
18- export CIBW_BEFORE_BUILD=' pip install numpy cython delvewheel'
19- export CIBW_BEFORE_BUILD_WINDOWS=' C:\\msys64\\usr\\bin\\bash bin/cibw_before_build_windows.sh'
18+ export CIBW_BEFORE_BUILD_WINDOWS=' pip install delvewheel && C:\\msys64\\usr\\bin\\bash bin/cibw_before_build_windows.sh'
2019
2120export CIBW_TEST_COMMAND=" python -m flint.test" # override setting in pyproject.toml
2221
You can’t perform that action at this time.
0 commit comments