mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-01 03:00:13 -04:00
Trying to integrate conda with the build script
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user