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