Make sure we upload a tar.gz too, Part 2 [ci skip]

Do a better job:
- Add gztar to --format instead of calling setup.py twice
- Create same sdists across all targets not just upload
This commit is contained in:
Alex Clark 2015-06-06 20:27:09 -04:00
parent b680d86379
commit b4503f6cd4

View File

@ -67,9 +67,8 @@ docserver:
# password: # password:
# repository = http://test.pythonpackages.com # repository = http://test.pythonpackages.com
sdisttest: sdisttest:
python setup.py sdist --format=zip upload -r test python setup.py sdist --format=gztar,zip upload -r test
sdistup: sdistup:
python setup.py sdist --format=zip upload python setup.py sdist --format=gztar,zip upload
python setup.py sdist upload
sdist: sdist:
python setup.py sdist --format=zip python setup.py sdist --format=gztar,zip