We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4563abd commit 0d0c108Copy full SHA for 0d0c108
publish.sh
@@ -23,6 +23,6 @@ CHANNEL=aps-anl-tag
23
### publish
24
25
conda build ./conda-recipe/
26
-CONDA_BASE=$(dirname $(dirname `which anaconda`))
+CONDA_BASE=`conda info --base`
27
BUILD_DIR=${CONDA_BASE}/conda-bld/noarch
28
anaconda upload -u ${CHANNEL} ${BUILD_DIR}/${PACKAGE}-${RELEASE}-py_0.tar.bz2
0 commit comments