Repository: libcloud Updated Branches: refs/heads/trunk 45101531e -> 9b90872b7
update deploy for changes in pypi api Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/9b90872b Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/9b90872b Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/9b90872b Branch: refs/heads/trunk Commit: 9b90872b7ab0cecdbc4ce27ed4f0e03409980e1f Parents: 4510153 Author: Anthony Shaw <[email protected]> Authored: Wed Apr 26 09:09:31 2017 +1000 Committer: Anthony Shaw <[email protected]> Committed: Wed Apr 26 09:09:31 2017 +1000 ---------------------------------------------------------------------- dist/deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/9b90872b/dist/deploy.sh ---------------------------------------------------------------------- diff --git a/dist/deploy.sh b/dist/deploy.sh index b5eebb4..8608935 100755 --- a/dist/deploy.sh +++ b/dist/deploy.sh @@ -22,6 +22,6 @@ VERSION=`python setup.py --version` cd dist echo "Uploading packages" -ls *$VERSION*.tar.bz2 *$VERSION*.tar.gz *$VERSION*.zip *$VERSION*.whl *$VERSION*.asc +ls *$VERSION*.tar.gz *$VERSION*.whl *$VERSION*.tar.gz.asc -twine upload *$VERSION*.tar.bz2 *$VERSION*.tar.gz *$VERSION*.zip *$VERSION*.whl *$VERSION*.asc \ No newline at end of file +twine upload *$VERSION*.tar.gz *$VERSION*.whl *$VERSION*.tar.gz.asc \ No newline at end of file
