File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1+ cibuildwheel==2.16.2
Original file line number Diff line number Diff line change @@ -52,10 +52,14 @@ jobs:
5252 with :
5353 submodules : true
5454
55- - name : Build wheels
56- 55+ - uses : actions/setup-python@v4
5756 with :
58- output-dir : wheelhouse
57+ python-version : " 3.x"
58+
59+ - name : Build wheels
60+ run : |
61+ python3 -m pip install -r .ci/requirements-cibw.txt
62+ python3 -m cibuildwheel --output-dir wheelhouse
5963 env :
6064 CIBW_ARCHS : ${{ matrix.archs }}
6165 CIBW_BUILD : ${{ matrix.build }}
Original file line number Diff line number Diff line change 3535 - CIBW_BUILD="*musllinux*"
3636
3737install :
38- - python3 -m pip install cibuildwheel==2.16.2
38+ - python3 -m pip install -r .ci/requirements-cibw.txt
3939
4040script :
4141 - python3 -m cibuildwheel --output-dir wheelhouse
You can’t perform that action at this time.
0 commit comments