From 51f9fc4b767b6650e0074b490c11582fdd977864 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 12 May 2015 10:00:02 +0200 Subject: [PATCH] Include .tar.bz2 in dist tarballs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- admin/release | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/release b/admin/release index 7deccc267..3ceede3b3 100755 --- a/admin/release +++ b/admin/release @@ -10,7 +10,7 @@ git tag -s "$VERSION" -m "Version $VERSION" ./setup.py register # Upload to pypi -./setup.py sdist --formats=gztar,zip upload +./setup.py sdist --formats=bztar,gztar,zip upload # Upload to primary mirror -scp dist/python-gammu-$VERSION.tar.gz dist/python-gammu-$VERSION.zip web:/srv/http/dl.cihar.com/python-gammu +scp dist/python-gammu-$VERSION.tar.bz2 dist/python-gammu-$VERSION.tar.gz dist/python-gammu-$VERSION.zip web:/srv/http/dl.cihar.com/python-gammu