File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 22
22
PLAT : [i686, x86_64]
23
23
INTERFACE64 : ['0', '1']
24
24
MB_ML_VER : ['2014']
25
+ MB_ML_LIBC : ['manylinux']
25
26
include :
26
27
- os : macos-11
27
28
PLAT : arm64
@@ -126,12 +127,12 @@ jobs:
126
127
127
128
128
129
with :
129
- name : openblas-${{ matrix.os }}-${{ matrix.PLAT }}-${{ matrix.INTERFACE64 }}
130
+ name : openblas-${{ matrix.os }}-${{ matrix.PLAT }}-${{ matrix.INTERFACE64 }}-${{ matrix.MB_ML_LIBC }}
130
131
path : libs/openblas*.tar.gz
131
132
132
133
133
134
with :
134
- name : wheels-${{ matrix.os }}-${{ matrix.PLAT }}-${{ matrix.INTERFACE64 }}
135
+ name : wheels-${{ matrix.os }}-${{ matrix.PLAT }}-${{ matrix.INTERFACE64 }}-${{ matrix.MB_ML_LIBC }}
135
136
path : dist/scipy_openblas*.whl
136
137
137
138
-
uses :
conda-incubator/[email protected]
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ if [ "$?" != "0" ]; then
10
10
# inside docker
11
11
cd /openblas
12
12
fi
13
- PYTHON=python3.7
13
+ PYTHON=python3.9
14
14
15
15
mkdir -p local/openblas
16
16
mkdir -p dist
You can’t perform that action at this time.
0 commit comments