Skip to content

Commit

Permalink
upload 3.7 (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
doutriaux1 authored and dnadeau4 committed Feb 7, 2019
1 parent 9d5c473 commit 37dd7e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci-support/conda_upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,5 @@ ln -s ../recipe cdms2
export BRANCH=${CIRCLE_BRANCH}
python ./prep_for_build.py -b ${BRANCH}

conda build ${PKG_NAME} -c cdat/label/unstable -c conda-forge --python 3.6
conda build ${PKG_NAME} -c cdat/label/unstable -c conda-forge --python 2.7
conda build ${PKG_NAME} -c cdat/label/unstable -c conda-forge
anaconda -t $CONDA_UPLOAD_TOKEN upload -u $USER -l $LABEL $CONDA_BLD_PATH/$OS/${PKG_NAME}-$VERSION.`date +%Y*`0.tar.bz2 --force

0 comments on commit 37dd7e4

Please sign in to comment.