Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 6855e89

Browse files
committed
fix upload command line and try again
1 parent 6f511ba commit 6855e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,5 +114,5 @@ after_success:
114114
fi
115115
- pip install git+https://github.com/Anaconda-Server/anaconda-client;
116116
- if [ -n "${TOKEN}" ] ;then
117-
anaconda -t ${TOKEN} upload u ${ANACONDA_ORG} ${TRAVIS_BUILD_DIR}/wheelhouse/*.whl;
117+
anaconda -t ${TOKEN} upload -u ${ANACONDA_ORG} ${TRAVIS_BUILD_DIR}/wheelhouse/*.whl;
118118
fi

0 commit comments

Comments
 (0)