File tree Expand file tree Collapse file tree 4 files changed +13
-12
lines changed Expand file tree Collapse file tree 4 files changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -127,13 +127,13 @@ jobs:
127
127
128
128
129
129
with :
130
- name : openblas -${{ matrix.os }}-${{ matrix.PLAT }}-${{ matrix.INTERFACE64 }}-${{ matrix.MB_ML_LIBC }}
131
- path : libs/openblas*.tar.gz
130
+ name : wheels -${{ matrix.os }}-${{ matrix.PLAT }}-${{ matrix.INTERFACE64 }}-${{ matrix.MB_ML_LIBC }}
131
+ path : dist/scipy_openblas*.whl
132
132
133
133
134
134
with :
135
- name : wheels -${{ matrix.os }}-${{ matrix.PLAT }}-${{ matrix.INTERFACE64 }}-${{ matrix.MB_ML_LIBC }}
136
- path : dist/scipy_openblas*.whl
135
+ name : openblas -${{ matrix.os }}-${{ matrix.PLAT }}-${{ matrix.INTERFACE64 }}-${{ matrix.MB_ML_LIBC }}
136
+ path : libs/openblas*.tar.gz
137
137
138
138
-
uses :
conda-incubator/[email protected]
139
139
with :
Original file line number Diff line number Diff line change @@ -126,13 +126,13 @@ jobs:
126
126
127
127
128
128
with :
129
- name : openblas -${{matrix.plat }}-${{ matrix.INTERFACE64 }}
130
- path : builds/openblas*.zip
129
+ name : wheels -${{matrix.plat }}-${{ matrix.INTERFACE64 }}
130
+ path : dist/scipy_openblas*.whl
131
131
132
132
133
133
with :
134
- name : wheels -${{matrix.plat }}-${{ matrix.INTERFACE64 }}
135
- path : dist/scipy_openblas*.whl
134
+ name : openblas -${{matrix.plat }}-${{ matrix.INTERFACE64 }}
135
+ path : builds/openblas*.zip
136
136
137
137
- name : Test 64-bit interface wheel
138
138
if : matrix.INTERFACE64 == '1'
Original file line number Diff line number Diff line change @@ -191,6 +191,7 @@ function do_build_lib {
191
191
sed -e " s/\(^Cflags.*\)/\1 -DBLAS_SYMBOL_PREFIX=scipy_ -DBLAS_SYMBOL_SUFFIX=64_/" -i.bak $BUILD_PREFIX /lib/pkgconfig/scipy-openblas.pc
192
192
else
193
193
sed -e " s/\(^Cflags.*\)/\1 -DBLAS_SYMBOL_PREFIX=scipy_/" -i.bak $BUILD_PREFIX /lib/pkgconfig/scipy-openblas.pc
194
+ rm $BUILD_PREFIX /lib/pkgconfig/scipy-openblas.pc.bak
194
195
fi
195
196
196
197
local out_name=" openblas${symbolsuffix} -${version} -${plat_tag}${suff} .tar.gz"
Original file line number Diff line number Diff line change @@ -18,16 +18,16 @@ upload_wheels() {
18
18
else
19
19
echo " Uploading OpenBLAS $VERSION to anaconda.org staging:"
20
20
21
+ anaconda -t $ANACONDA_SCIENTIFIC_PYTHON_UPLOAD upload \
22
+ --no-progress --force -u scientific-python-nightly-wheels \
23
+ dist/scipy_openblas* .whl
24
+
21
25
tarballs=$( ls -d builds/openblas* .zip libs/openblas* .tar.gz 2> /dev/null)
22
26
anaconda -t $ANACONDA_SCIENTIFIC_PYTHON_UPLOAD upload \
23
27
--no-progress --force -u scientific-python-nightly-wheels \
24
28
-t file -p " openblas-libs" -v " $VERSION " \
25
29
-d " OpenBLAS for multibuild wheels" \
26
30
-s " OpenBLAS for multibuild wheels" \
27
31
${tarballs}
28
-
29
- anaconda -t $ANACONDA_SCIENTIFIC_PYTHON_UPLOAD upload \
30
- --no-progress --force -u scientific-python-nightly-wheels \
31
- dist/scipy_openblas* .whl
32
32
fi
33
33
}
You can’t perform that action at this time.
0 commit comments