Skip to content

Commit 06290ef

Browse files
committed
do not immediately on error
1 parent b7c93e7 commit 06290ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/upload_to_anaconda_staging.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Upload tar.gz and wheels to ananconda.org
33

44
upload_wheels() {
5+
set +e -x
56
if [[ "$(uname -s)" == CYGWIN* ]]; then
67
our_wd=$(cygpath "$START_DIR")
78
cd $our_wd
@@ -23,7 +24,6 @@ upload_wheels() {
2324
-d "OpenBLAS for multibuild wheels" \
2425
-s "OpenBLAS for multibuild wheels" \
2526
${tarballs}
26-
2727

2828
anaconda -t $ANACONDA_SCIENTIFIC_PYTHON_UPLOAD upload \
2929
--no-progress --force -u scientific-python-nightly-wheels \

0 commit comments

Comments
 (0)