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() {
13
13
VERSION=$( git describe --tags --abbrev=8)
14
14
popd
15
15
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
24
16
if [ " $ANACONDA_SCIENTIFIC_PYTHON_UPLOAD " == " " ]; then
25
17
echo " ANACONDA_SCIENTIFIC_PYTHON_UPLOAD is not defined: skipping."
26
18
else
@@ -29,13 +21,5 @@ upload_wheels() {
29
21
anaconda -t $ANACONDA_SCIENTIFIC_PYTHON_UPLOAD upload \
30
22
--no-progress --force -u scientific-python-nightly-wheels \
31
23
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}
40
24
fi
41
25
}
You can’t perform that action at this time.
0 commit comments