File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed
Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 8888 - run : *create_conda_env
8989 - run : *setup_cdtime
9090 - run : *run_cdtime_tests
91- - run : *upload_cdtime
9291 - store_artifacts :
9392 path : tests_html
9493 destination : tests_html
@@ -124,7 +123,6 @@ jobs:
124123 - run : *create_conda_env
125124 - run : *setup_cdtime
126125 - run : *run_cdtime_tests
127- - run : *upload_cdtime
128126 - store_artifacts :
129127 path : tests_html
130128 destination : tests_html
@@ -160,5 +158,4 @@ workflows:
160158 requires :
161159 - linux_cdtime_py2
162160
163-
164161
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22PKG_NAME=cdtime
33USER=cdat
4- export VERSION=" 3.1.0 "
4+ export VERSION=" 3.1.1 "
55echo " Trying to upload to conda"
66echo " "
77echo " Activating base env"
88source activate base
99echo " Making sure conda-build is installed"
10- conda install " conda-build<3.10 "
10+ conda install conda-build
1111echo " Updating conda"
1212conda update -y -q conda
1313if [ ` uname` == " Linux" ]; then
@@ -35,6 +35,5 @@ ln -s ../recipe cdtime
3535export BRANCH=${CIRCLE_BRANCH}
3636python ./prep_for_build.py -b ${BRANCH}
3737
38- conda build ${PKG_NAME} -c cdat/label/unstable -c conda-forge --python 2.7
39- conda build ${PKG_NAME} -c cdat/label/unstable -c conda-forge --python 3.6
38+ conda build ${PKG_NAME} -c cdat/label/unstable -c cdat/label/nightly -c conda-forge
4039anaconda -t $CONDA_UPLOAD_TOKEN upload -u $USER -l $LABEL $CONDA_BLD_PATH /$OS /${PKG_NAME} -$VERSION .` date +%Y* ` 0.tar.bz2 --force
Original file line number Diff line number Diff line change 1+ python :
2+ - 3.7
3+ - 3.6
4+ - 2.7
5+
6+ numpy :
7+ - 1.14
8+
You can’t perform that action at this time.
0 commit comments