Skip to content

Commit 11f535a

Browse files
committed
typo
1 parent f9ae4a0 commit 11f535a

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
@@ -13,7 +13,7 @@ upload_wheels() {
1313
VERSION=$(git describe --tags --abbrev=8)
1414
popd
1515

16-
if [ "$OPENBLAS_LIBS_STAGING_UPLOAD_TOKEN" != ""]; then
16+
if [ "$OPENBLAS_LIBS_STAGING_UPLOAD_TOKEN" != "" ]; then
1717
echo "Uploading OpenBLAS $VERSION to anaconda.org/multibuild-wheels-staging"
1818

1919
anaconda -t $OPENBLAS_LIBS_STAGING_UPLOAD_TOKEN upload \

0 commit comments

Comments
 (0)