view conda/conda_upload.sh @ 8:3892ea8ad1ad draft

planemo upload for repository https://github.com/COMBAT-TB/confil commit 371cae3aab4e4874410d5bcdc7885908ce765181
author sanbi-uwc
date Thu, 07 Mar 2019 08:24:42 -0500
parents 96c8c5cada47
children
line wrap: on
line source

set -e
# Only need to change these two variables
PKG_NAME=confil
USER=thoba
OS=$TRAVIS_OS_NAME-64

conda config --set anaconda_upload no
export CONDA_BLD_PATH=$HOME/miniconda/conda-bld
conda build .
anaconda -t $CONDA_UPLOAD_TOKEN upload -u $USER $CONDA_BLD_PATH/$OS/$PKG_NAME-*.tar.bz2 --force