File tree Expand file tree Collapse file tree 1 file changed +41
-20
lines changed Expand file tree Collapse file tree 1 file changed +41
-20
lines changed Original file line number Diff line number Diff line change @@ -45,25 +45,46 @@ jobs:
4545 INTERFACE64 : ' 0'
4646 MB_ML_LIBC : musllinux
4747 MB_ML_VER : _1_1
48+ - os : ubuntu-latest
49+ PLAT : x86_64
50+ INTERFACE64 : ' 1'
51+ MB_ML_LIBC : musllinux
52+ MB_ML_VER : _1_2
53+ - os : ubuntu-latest
54+ PLAT : x86_64
55+ INTERFACE64 : ' 0'
56+ MB_ML_LIBC : musllinux
57+ MB_ML_VER : _1_2
58+
4859
49- # - os: ubuntu-latest
50- # PLAT: aarch64
51- # INTERFACE64: '0'
52- # MB_ML_VER: '2014'
53- # - os: ubuntu-latest
54- # PLAT: aarch64
55- # INTERFACE64: '1'
56- # MB_ML_VER: '2014'
57- # - os: ubuntu-latest
58- # PLAT: aarch64
59- # INTERFACE64: '0'
60- # MB_ML_LIBC: musllinux
61- # MB_ML_VER: _1_1
62- # - os: ubuntu-latest
63- # PLAT: aarch64
64- # INTERFACE64: '1'
65- # MB_ML_LIBC: musllinux
66- # MB_ML_VER: _1_1
60+ - os : ubuntu-latest
61+ PLAT : aarch64
62+ INTERFACE64 : ' 0'
63+ MB_ML_VER : ' 2014'
64+ - os : ubuntu-latest
65+ PLAT : aarch64
66+ INTERFACE64 : ' 1'
67+ MB_ML_VER : ' 2014'
68+ - os : ubuntu-latest
69+ PLAT : aarch64
70+ INTERFACE64 : ' 0'
71+ MB_ML_LIBC : musllinux
72+ MB_ML_VER : _1_1
73+ - os : ubuntu-latest
74+ PLAT : aarch64
75+ INTERFACE64 : ' 1'
76+ MB_ML_LIBC : musllinux
77+ MB_ML_VER : _1_1
78+ - os : ubuntu-latest
79+ PLAT : aarch64
80+ INTERFACE64 : ' 0'
81+ MB_ML_LIBC : musllinux
82+ MB_ML_VER : _1_2
83+ - os : ubuntu-latest
84+ PLAT : aarch64
85+ INTERFACE64 : ' 1'
86+ MB_ML_LIBC : musllinux
87+ MB_ML_VER : _1_2
6788
6889 exclude :
6990 - PLAT : i686
@@ -158,12 +179,12 @@ jobs:
158179
159180 - uses : actions/upload-artifact@v4.3.0
160181 with :
161- name : wheels-${{ matrix.os }}-${{ matrix.PLAT }}-${{ matrix.INTERFACE64 }}-${{ matrix.MB_ML_LIBC }}
182+ name : wheels-${{ matrix.os }}-${{ matrix.PLAT }}-${{ matrix.INTERFACE64 }}-${{ matrix.MB_ML_LIBC }}-${{ matrix.MB_ML_VER }}
162183 path : dist/scipy_openblas*.whl
163184
164185 - uses : actions/upload-artifact@v4.3.0
165186 with :
166- name : openblas-${{ matrix.os }}-${{ matrix.PLAT }}-${{ matrix.INTERFACE64 }}-${{ matrix.MB_ML_LIBC }}
187+ name : openblas-${{ matrix.os }}-${{ matrix.PLAT }}-${{ matrix.INTERFACE64 }}-${{ matrix.MB_ML_LIBC }}-${{ matrix.MB_ML_VER }}
167188 path : libs/openblas*.tar.gz
168189
169190 - uses : conda-incubator/setup-miniconda@v3.0.4
You can’t perform that action at this time.
0 commit comments