File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 8585 python-version : ' 3.7'
8686
8787 - name : Install cibuildwheel
88- run : python -m pip install cibuildwheel==1.5.1 twine
88+ run : python -m pip install cibuildwheel==1.5.2 twine
8989
9090 - name : Build wheel
9191 run : python -m cibuildwheel --output-dir wheelhouse
Original file line number Diff line number Diff line change 7474 python-version : ' 3.7'
7575
7676 - name : Install cibuildwheel
77- run : python -m pip install cibuildwheel==1.5.1
77+ run : python -m pip install cibuildwheel==1.5.2
7878
7979 - name : Build wheel
8080 run : python -m cibuildwheel --output-dir wheelhouse
@@ -108,7 +108,7 @@ jobs:
108108 python-version : ' 3.7'
109109
110110 - name : Install cibuildwheel
111- run : python -m pip install cibuildwheel==1.5.1
111+ run : python -m pip install cibuildwheel==1.5.2
112112
113113 - uses : ilammy/msvc-dev-cmd@v1
114114
Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ branches:
88jobs :
99 include :
1010 - services : docker
11+ env : CIBW_BUILD="cp35* cp36*" NPY_NUM_BUILD_JOBS=2
12+ arch : arm64
13+ - services : docker
14+ env : CIBW_SKIP="cp35* cp36*" NPY_NUM_BUILD_JOBS=2
1115 arch : arm64
1216 - services : docker
1317 arch : ppc64le
1620 # beta - Doesn't always work. Wait till Travis fixes.
1721 #
1822install :
19- - python3 -m pip install cibuildwheel==1.5.1
23+ - sudo rm -r $HOME/.cache
24+ - python3 -m pip install --upgrade twine setuptools setuptools_scm pip cryptography
25+ - python3 -m pip install cibuildwheel==1.5.2
2026
2127script :
2228- sed -i '/numpy/d' pyproject.toml
You can’t perform that action at this time.
0 commit comments