We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6303062 commit 48cb466Copy full SHA for 48cb466
tools/upload_to_anaconda_staging.sh
@@ -29,13 +29,5 @@ upload_wheels() {
29
anaconda -t $ANACONDA_SCIENTIFIC_PYTHON_UPLOAD upload \
30
--no-progress --force -u scientific-python-nightly-wheels \
31
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
fi
41
}
0 commit comments