Skip to content

Commit 4743a28

Browse files
committed
do not upload tarballs, stop uploading wheels to multibuild-wheels-staging
1 parent cfe960d commit 4743a28

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

tools/upload_to_anaconda_staging.sh

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)