File tree 2 files changed +2
-4
lines changed 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 38
38
CIBW_MANYLINUX_I686_IMAGE : manylinux2014
39
39
CIBW_BEFORE_ALL_MACOS : bin/cibw_before_all_macosx_x86_64.sh
40
40
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
43
42
44
43
- uses : actions/upload-artifact@v4
45
44
with :
Original file line number Diff line number Diff line change @@ -15,8 +15,7 @@ export CIBW_ARCHS_MACOS="arm64"
15
15
export CIBW_BEFORE_ALL_MACOS=bin/cibw_before_all_macosx_arm64.sh
16
16
export CIBW_BEFORE_ALL_WINDOWS=' C:\\msys64\\usr\\bin\\bash bin/cibw_before_all_windows.sh'
17
17
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'
20
19
21
20
export CIBW_TEST_COMMAND=" python -m flint.test" # override setting in pyproject.toml
22
21
You can’t perform that action at this time.
0 commit comments