File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 7
7
push :
8
8
branches :
9
9
- " master"
10
-
10
+
11
11
jobs :
12
12
build_wheels :
13
13
name : ${{ matrix.os }}
40
40
- name : Build wheels
41
41
env :
42
42
CIBW_SKIP : " pp*-win* pp*-macosx* cp2* pp* cp*musl* cp36* *i686" # remove pypy on mac and win (wrong version)
43
- CIBW_BEFORE_BUILD : " pip install numpy cython"
44
43
CIBW_ARCHS_LINUX : auto aarch64 # force aarch64 with QEMU
45
44
CIBW_ARCHS_MACOS : x86_64 universal2 arm64
46
45
run : |
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ aautopep8 :
85
85
autopep8 -air test ot examples --jobs -1
86
86
87
87
wheels :
88
- CIBW_BEFORE_BUILD= " pip install numpy cython " cibuildwheel --platform linux --output-dir dist
88
+ cibuildwheel --platform linux --output-dir dist
89
89
90
90
dist : wheels
91
91
$(PYTHON ) setup.py sdist
You can’t perform that action at this time.
0 commit comments