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

Commit 1e2364b

Browse files
authored
Fix anaconda upload flag.
1 parent 8bbf777 commit 1e2364b

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
@@ -116,5 +116,5 @@ after_success:
116116
fi
117117
- pip install git+https://github.com/Anaconda-Server/anaconda-client;
118118
- if [ -n "${TOKEN}" ] ;then
119-
anaconda -t ${TOKEN} upload u ${ANACONDA_ORG} ${TRAVIS_BUILD_DIR}/wheelhouse/*.whl;
119+
anaconda -t ${TOKEN} upload -u ${ANACONDA_ORG} ${TRAVIS_BUILD_DIR}/wheelhouse/*.whl;
120120
fi

0 commit comments

Comments
 (0)