Skip to content

Commit

Permalink
try to upload correct version this time
Browse files Browse the repository at this point in the history
  • Loading branch information
mittagessen committed May 14, 2019
1 parent 262048e commit 0abbfd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/conda_upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ conda config --set anaconda_upload no
export CONDA_BLD_PATH=~/conda-bld
export VERSION=$TRAVIS_TAG
conda build .
anaconda -t $CONDA_UPLOAD_TOKEN upload -u mittagessen $CONDA_BLD_PATH/$OS/kraken-`date +%Y.%m.%d`-0.tar.bz2 --force
anaconda -t $CONDA_UPLOAD_TOKEN upload -u mittagessen $CONDA_BLD_PATH/$OS/kraken-$VERSION-0.tar.bz2 --force

echo "Successfully deployed to Anaconda.org."
exit 0

0 comments on commit 0abbfd6

Please sign in to comment.