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 f9ae4a0 commit 11f535aCopy full SHA for 11f535a
tools/upload_to_anaconda_staging.sh
@@ -13,7 +13,7 @@ upload_wheels() {
13
VERSION=$(git describe --tags --abbrev=8)
14
popd
15
16
- if [ "$OPENBLAS_LIBS_STAGING_UPLOAD_TOKEN" != ""]; then
+ 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 \
0 commit comments