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.
2 parents b7c93e7 + 06290ef commit 61893b4Copy full SHA for 61893b4
tools/upload_to_anaconda_staging.sh
@@ -2,6 +2,7 @@
2
# Upload tar.gz and wheels to ananconda.org
3
4
upload_wheels() {
5
+ set +e -x
6
if [[ "$(uname -s)" == CYGWIN* ]]; then
7
our_wd=$(cygpath "$START_DIR")
8
cd $our_wd
@@ -23,7 +24,6 @@ upload_wheels() {
23
24
-d "OpenBLAS for multibuild wheels" \
25
-s "OpenBLAS for multibuild wheels" \
26
${tarballs}
-
27
28
anaconda -t $ANACONDA_SCIENTIFIC_PYTHON_UPLOAD upload \
29
--no-progress --force -u scientific-python-nightly-wheels \
0 commit comments