Trying to integrate conda with the build script

This commit is contained in:
Jorrit Wronski
2015-07-12 23:04:26 +02:00
parent 22e2b5f3fc
commit 861d2208da

View File

@@ -127,10 +127,13 @@ else
echo -n " \`CoolProp project <http://coolprop.sourceforge.net>\`_ " >> "$BINFOLDER/README.rst.txt"
echo "updated on $(date +%F) at $(date +%X) $(date +%Z)." >> "$BINFOLDER/README.rst.txt"
RSYNC_OPTS="-a --no-perms -z --stats --delete"
binstar upload --user coolprop --channel dev $BINFOLDER/Python_conda/*
else
RSYNC_OPTS="-a --no-perms -z --stats"
echo "Detected full release, uploading the python binaries to pypi"
printMessage "Detected full release, uploading the python binaries to pypi"
twine upload $BINFOLDER/Python/*.whl $BINFOLDER/Python/*.tar.gz
printMessage "and uploading the python binaries to binstar"
binstar upload --user coolprop $BINFOLDER/Python_conda/*
fi
popd
fi