File tree Expand file tree Collapse file tree 4 files changed +0
-12
lines changed
Expand file tree Collapse file tree 4 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 3131 run : python -m pip install cibuildwheel
3232 - name : Build lib
3333 run : python setup.py build_lib
34- - name : Build cffi
35- run : python setup.py build_cffi
3634
3735 - name : Build wheels
3836 run : python -m cibuildwheel --output-dir wheelhouse
Original file line number Diff line number Diff line change 2424 run : python -m pip install cibuildwheel
2525 - name : Build lib
2626 run : python setup.py build_lib
27- - name : Build cffi
28- run : python setup.py build_cffi
29-
3027
3128 - name : Build wheels
3229 run : python -m cibuildwheel --output-dir wheelhouse
Original file line number Diff line number Diff line change 2222 run : python -m pip install cibuildwheel
2323 - name : Build lib
2424 run : python setup.py build_lib
25- - name : Build cffi
26- run : python setup.py build_cffi
27-
28-
2925
3026 - name : Build wheels
3127 run : python -m cibuildwheel --output-dir wheelhouse
Original file line number Diff line number Diff line change 2525
2626 - name : Build lib
2727 run : python setup.py build_lib
28- - name : Build cffi
29- run : python setup.py build_cffi
30-
3128
3229 - name : Build wheels
3330 run : python -m cibuildwheel --output-dir wheelhouse
You can’t perform that action at this time.
0 commit comments