-
Notifications
You must be signed in to change notification settings - Fork 7
Releasing vCDAT
Matthew Harris edited this page Jul 18, 2017
·
4 revisions
cd ~/Projects/UV-CDAT/vcs-widgets
git pull origin master
source activate vcdat
edit package.json
with new version
number
npm build
npm publish
cd ~/Projects/UV-CDAT/vcdat
git pull origin master
source activate vcdat
edit backend/requirements.txt
with latest version of cdms2
, vcs
, uvcdat
edit conda-recipe/vcdat/meta.yaml
with new package: version
, source: git_rev
./scripts/setup_mac.py
cd frontend
npm install
./scripts/autorun.py
cd /conda-recipe
conda build -c condo-forge -c uvcdat vcdat
anaconda upload ~/anaconda2/conda-bld/osx-64/vcdat-0.0.XYX-py27_1.tar.bz2 -u uvcdat
conda create -n vcdat-version vcdat -c conda-forge -c uvcdat
source activate vcdat-version
vcdat