diff --git a/ci/build_and_test.sh b/ci/build_and_test.sh index db64d109..fd9dc829 100755 --- a/ci/build_and_test.sh +++ b/ci/build_and_test.sh @@ -72,6 +72,8 @@ else if [[ "${TRAVIS_EVENT_TYPE}" == "push" ]]; then + echo "This is a push, uploading to Conda channel" + conda install -c conda-forge anaconda-client anaconda -t $CONDA_UPLOAD_TOKEN upload -u threeml ${CONDA_BUILD_PATH}/*.tar.bz2 --force