File tree Expand file tree Collapse file tree 4 files changed +19
-0
lines changed
Expand file tree Collapse file tree 4 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 2929
3030 - name : Install cibuildwheel
3131 run : python -m pip install cibuildwheel
32+ - name : Build lib
33+ run : python setup.py build_lib
34+ - name : Build cffi
35+ run : python setup.py build_cffi
3236
3337 - name : Build wheels
3438 run : python -m cibuildwheel --output-dir wheelhouse
Original file line number Diff line number Diff line change 2222 run : sudo apt-get update && sudo apt-get install -y build-essential libssl-dev libffi-dev python3-dev cmake
2323 - name : Install cibuildwheel
2424 run : python -m pip install cibuildwheel
25+ - name : Build lib
26+ run : python setup.py build_lib
27+ - name : Build cffi
28+ run : python setup.py build_cffi
29+
30+
2531 - name : Build wheels
2632 run : python -m cibuildwheel --output-dir wheelhouse
2733 env :
Original file line number Diff line number Diff line change 2020
2121 - name : Install cibuildwheel
2222 run : python -m pip install cibuildwheel
23+ - name : Build lib
24+ run : python setup.py build_lib
25+
2326
2427 - name : Build wheels
2528 run : python -m cibuildwheel --output-dir wheelhouse
Original file line number Diff line number Diff line change 2323 - name : Install cibuildwheel
2424 run : python -m pip install cibuildwheel
2525
26+ - name : Build lib
27+ run : python setup.py build_lib
28+ - name : Build cffi
29+ run : python setup.py build_cffi
30+
31+
2632 - name : Build wheels
2733 run : python -m cibuildwheel --output-dir wheelhouse
2834 env :
You can’t perform that action at this time.
0 commit comments