Skip to content

Commit

Permalink
Include .tar.bz2 in dist tarballs
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed May 12, 2015
1 parent 9f707da commit 51f9fc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/release
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 51f9fc4

Please sign in to comment.