mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-01 03:00:13 -04:00
Fixed duplicate name problem for binstar packages
This commit is contained in:
@@ -129,14 +129,15 @@ else
|
||||
RSYNC_OPTS="-a --no-perms -z --stats --delete"
|
||||
binstar upload --force -u coolprop -t pypi -c dev $BINFOLDER/Python/*.tar.gz
|
||||
#conda index $BINFOLDER/Python_conda/*
|
||||
binstar upload --force -u coolprop -t conda -c dev $BINFOLDER/Python_conda/*/*
|
||||
binstar upload --force -u coolprop -t conda -c dev $BINFOLDER/Python_conda/*/*.tar.bz2
|
||||
else
|
||||
RSYNC_OPTS="-a --no-perms -z --stats"
|
||||
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 --force -u coolprop -t pypi -c main $BINFOLDER/Python/*.tar.gz
|
||||
#conda index $BINFOLDER/Python_conda/*
|
||||
binstar upload --force -u coolprop -t conda -c main $BINFOLDER/Python_conda/*/*
|
||||
binstar upload --force -u coolprop -t conda -c main $BINFOLDER/Python_conda/*/*.tar.bz2
|
||||
fi
|
||||
popd
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user