Make sure we upload a tar.gz too

This commit is contained in:
Alex Clark 2015-04-02 15:17:47 -04:00
parent 7fcfebdd22
commit 5c233d12c6

View File

@ -70,5 +70,6 @@ sdisttest:
python setup.py sdist --format=zip upload -r test
sdistup:
python setup.py sdist --format=zip upload
python setup.py sdist upload
sdist:
python setup.py sdist --format=zip