File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,6 @@ upload_wheels() {
1313 VERSION=$( git describe --tags --abbrev=8)
1414 popd
1515
16- if [ " $OPENBLAS_LIBS_STAGING_UPLOAD_TOKEN " != " " ]; then
17- echo " Uploading OpenBLAS $VERSION to anaconda.org/multibuild-wheels-staging"
18-
19- anaconda -t $OPENBLAS_LIBS_STAGING_UPLOAD_TOKEN upload \
20- --no-progress --force -u multibuild-wheels-staging \
21- dist/scipy_openblas* .whl
22-
23- fi
2416 if [ " $ANACONDA_SCIENTIFIC_PYTHON_UPLOAD " == " " ]; then
2517 echo " ANACONDA_SCIENTIFIC_PYTHON_UPLOAD is not defined: skipping."
2618 else
@@ -29,13 +21,5 @@ upload_wheels() {
2921 anaconda -t $ANACONDA_SCIENTIFIC_PYTHON_UPLOAD upload \
3022 --no-progress --force -u scientific-python-nightly-wheels \
3123 dist/scipy_openblas* .whl
32-
33- tarballs=$( ls -d builds/openblas* .zip libs/openblas* .tar.gz 2> /dev/null)
34- anaconda -t $ANACONDA_SCIENTIFIC_PYTHON_UPLOAD upload \
35- --no-progress --force -u scientific-python-nightly-wheels \
36- -t file -p " openblas-libs" -v " $VERSION " \
37- -d " OpenBLAS for multibuild wheels" \
38- -s " OpenBLAS for multibuild wheels" \
39- ${tarballs}
4024 fi
4125}
You can’t perform that action at this time.
0 commit comments