mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 10:16:17 +03:00
Make sure we upload a tar.gz too
This commit is contained in:
parent
7fcfebdd22
commit
5c233d12c6
1
Makefile
1
Makefile
|
@ -70,5 +70,6 @@ sdisttest:
|
||||||
python setup.py sdist --format=zip upload -r test
|
python setup.py sdist --format=zip upload -r test
|
||||||
sdistup:
|
sdistup:
|
||||||
python setup.py sdist --format=zip upload
|
python setup.py sdist --format=zip upload
|
||||||
|
python setup.py sdist upload
|
||||||
sdist:
|
sdist:
|
||||||
python setup.py sdist --format=zip
|
python setup.py sdist --format=zip
|
||||||
|
|
Loading…
Reference in New Issue
Block a user