Skip to content

Commit

Permalink
PKG
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Jul 9, 2019
1 parent 36edd90 commit 69e128a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ export CONDA_BLD_PATH=/tmp/conda-bld

conda build ./conda-recipe/
BUILD_DIR=${CONDA_BLD_PATH}/noarch
BUNDLE=${BUILD_DIR}/${PACKAGE}-${RELEASE}-py*_0.tar.bz2
BUNDLE=${BUILD_DIR}/${PACKAGE}-${RELEASE}-*_0.tar.bz2
anaconda upload -u ${CHANNEL} ${BUNDLE}

# also post to my personal channel
CHANNEL=prjemian
anaconda upload -u ${CHANNEL} ${BUNDLE}
anaconda upload ${BUNDLE}

0 comments on commit 69e128a

Please sign in to comment.