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 4747
4848 - name : Install cibuildwheel
4949 run : |
50- python -m pip install cibuildwheel==1.9.0
50+ python -m pip install cibuildwheel==2.1.1
5151
5252 - name : Build minimum NumPy for aarch64
5353 if : matrix.cibw_archs == 'aarch64' && steps.numpy-cache.outputs.cache-hit != 'true'
6464 run : |
6565 cp setup.cfg.template setup.cfg
6666
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+
6778 - name : Build wheels for CPython 3.9
6879 run : |
6980 python -m cibuildwheel --output-dir dist
You can’t perform that action at this time.
0 commit comments