Skip to content

Commit 48cb466

Browse files
committed
do not upload tarballs
1 parent 6303062 commit 48cb466

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tools/upload_to_anaconda_staging.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,5 @@ upload_wheels() {
2929
anaconda -t $ANACONDA_SCIENTIFIC_PYTHON_UPLOAD upload \
3030
--no-progress --force -u scientific-python-nightly-wheels \
3131
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}
4032
fi
4133
}

0 commit comments

Comments
 (0)