File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 47
47
48
48
- name : Install cibuildwheel
49
49
run : |
50
- python -m pip install cibuildwheel==1.9.0
50
+ python -m pip install cibuildwheel==2.1.1
51
51
52
52
- name : Build minimum NumPy for aarch64
53
53
if : matrix.cibw_archs == 'aarch64' && steps.numpy-cache.outputs.cache-hit != 'true'
64
64
run : |
65
65
cp setup.cfg.template setup.cfg
66
66
67
+ - name : Build wheels for CPython 3.10
68
+ run : |
69
+ python -m cibuildwheel --output-dir dist
70
+ env :
71
+ CIBW_BUILD : " cp310-*"
72
+ CIBW_MANYLINUX_X86_64_IMAGE : manylinux2010
73
+ CIBW_MANYLINUX_I686_IMAGE : manylinux2010
74
+ CIBW_BEFORE_BUILD : pip install certifi numpy==1.21.2
75
+ MPL_DISABLE_FH4 : " yes"
76
+ CIBW_ARCHS : ${{ matrix.cibw_archs }}
77
+
67
78
- name : Build wheels for CPython 3.9
68
79
run : |
69
80
python -m cibuildwheel --output-dir dist
You can’t perform that action at this time.
0 commit comments