File tree Expand file tree Collapse file tree 2 files changed +2
-16
lines changed Expand file tree Collapse file tree 2 files changed +2
-16
lines changed Original file line number Diff line number Diff line change 57
57
cd numpy-${{ env.min-numpy-version }}
58
58
python -m cibuildwheel --output-dir ../numpy-aarch64-cache
59
59
env :
60
- CIBW_BUILD : " cp36-* cp37-* cp38-*"
60
+ CIBW_BUILD : " cp37-* cp38-*"
61
61
CIBW_ARCHS : aarch64
62
62
63
63
- name : Copy setup.cfg to configure wheel
86
86
MPL_DISABLE_FH4 : " yes"
87
87
CIBW_ARCHS : ${{ matrix.cibw_archs }}
88
88
89
- - name : Build wheels for CPython 3.6
90
- run : |
91
- python -m cibuildwheel --output-dir dist
92
- env :
93
- CIBW_BUILD : " cp36-*"
94
- CIBW_MANYLINUX_X86_64_IMAGE : manylinux1
95
- CIBW_MANYLINUX_I686_IMAGE : manylinux1
96
- CIBW_BEFORE_BUILD : pip install certifi; pip install --find-links=numpy-aarch64-cache/ numpy==${{ env.min-numpy-version }}
97
- MPL_DISABLE_FH4 : " yes"
98
- CIBW_ARCHS : ${{ matrix.cibw_archs }}
99
- if : >
100
- startsWith(github.ref, 'refs/heads/v3.3') ||
101
- startsWith(github.ref, 'refs/tags/v3.3')
102
-
103
89
- name : Build wheels for PyPy
104
90
run : |
105
91
python -m cibuildwheel --output-dir dist
Original file line number Diff line number Diff line change 9
9
with :
10
10
repo-token : ${{ secrets.GITHUB_TOKEN }}
11
11
artifact-path : 0/doc/build/html/index.html
12
- circleci-jobs : docs-python36 ,docs-python37 ,docs-python38
12
+ circleci-jobs : docs-python37 ,docs-python38 ,docs-python38-min
You can’t perform that action at this time.
0 commit comments