mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-03-01 18:40:34 +03:00
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:
parent
b680d86379
commit
b4503f6cd4
7
Makefile
7
Makefile
|
@ -67,9 +67,8 @@ docserver:
|
|||
# password:
|
||||
# repository = http://test.pythonpackages.com
|
||||
sdisttest:
|
||||
python setup.py sdist --format=zip upload -r test
|
||||
python setup.py sdist --format=gztar,zip upload -r test
|
||||
sdistup:
|
||||
python setup.py sdist --format=zip upload
|
||||
python setup.py sdist upload
|
||||
python setup.py sdist --format=gztar,zip upload
|
||||
sdist:
|
||||
python setup.py sdist --format=zip
|
||||
python setup.py sdist --format=gztar,zip
|
||||
|
|
Loading…
Reference in New Issue
Block a user