mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 10:16:17 +03:00
Pypi doesn't accept multiple source archives anymore
This commit is contained in:
parent
8b8f150d37
commit
468e1a5a65
6
Makefile
6
Makefile
|
@ -84,7 +84,7 @@ release-test:
|
|||
viewdoc
|
||||
|
||||
sdist:
|
||||
python setup.py sdist --format=gztar,zip
|
||||
python setup.py sdist --format=gztar
|
||||
|
||||
test:
|
||||
python test-installed.py
|
||||
|
@ -95,10 +95,10 @@ upload-test:
|
|||
# username:
|
||||
# password:
|
||||
# repository = http://test.pythonpackages.com
|
||||
python setup.py sdist --format=gztar,zip upload -r test
|
||||
python setup.py sdist --format=gztar upload -r test
|
||||
|
||||
upload:
|
||||
python setup.py sdist --format=gztar,zip upload
|
||||
python setup.py sdist --format=gztar upload
|
||||
|
||||
readme:
|
||||
viewdoc
|
||||
|
|
Loading…
Reference in New Issue
Block a user