Skip to content

Commit

Permalink
name of tarball probably fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
zshaheen committed Jun 13, 2017
1 parent a09de34 commit b522a71
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions conda-recipes/pcmdi_metrics/conda_upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,5 @@ python ./prep_for_build.py
echo "starting conda build"
conda build pcmdi_metrics -c conda-forge -c uvcdat
echo "starting anaconda upload"
anaconda -t $CONDA_UPLOAD_TOKEN upload -u $USER -l nightly $CONDA_BLD_PATH/$OS/$PKG_NAME-`date +%Y`*-py27_0.tar.bz2 --force

anaconda -t $CONDA_UPLOAD_TOKEN upload -u $USER -l nightly $CONDA_BLD_PATH/$OS/$PKG_NAME-$VERSION-py27_0.tar.bz2 --force

0 comments on commit b522a71

Please sign in to comment.