File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7070 python -m pip install cibuildwheel
7171 python -m cibuildwheel --output-dir wheelhouse
7272 env :
73- CIBW_BUILD : ' cp38-win_amd64 cp39-win_amd64 cp310-win_amd64'
73+ CIBW_BUILD : ' cp38-win_amd64 cp39-win_amd64 cp310-win_amd64 cp311-win_amd64 '
7474 CIBW_BEFORE_BUILD : python -m pip install -r requirements-build.txt
7575 CIBW_BEFORE_TEST : python -m pip install -r requirements-test-wheels.txt
7676 CIBW_TEST_COMMAND : python -m pytest -m "not heavy" {project}/tests
8383 python -m pip install cibuildwheel
8484 python -m cibuildwheel --output-dir wheelhouse
8585 env :
86- CIBW_BUILD : ' cp38-* cp39-* cp310-*'
86+ CIBW_BUILD : ' cp38-* cp39-* cp310-* cp311 -*'
8787 CIBW_SKIP : ' *-manylinux*_i686'
8888 CIBW_ARCHS_LINUX : ${{ matrix.arch }}
8989 CIBW_BEFORE_BUILD : python -m pip install -r requirements-build.txt
You can’t perform that action at this time.
0 commit comments