mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-03 21:24:31 +03:00
Remove outdated make upload-test and upload commands, we use twine now
This commit is contained in:
parent
48c7d84bf7
commit
446a836f1c
11
Makefile
11
Makefile
|
@ -90,16 +90,5 @@ sdist:
|
||||||
test:
|
test:
|
||||||
pytest -qq
|
pytest -qq
|
||||||
|
|
||||||
# https://docs.python.org/3/distutils/packageindex.html#the-pypirc-file
|
|
||||||
upload-test:
|
|
||||||
# [test]
|
|
||||||
# username:
|
|
||||||
# password:
|
|
||||||
# repository = http://test.pythonpackages.com
|
|
||||||
python3 setup.py sdist --format=gztar upload -r test
|
|
||||||
|
|
||||||
upload:
|
|
||||||
python3 setup.py sdist --format=gztar upload
|
|
||||||
|
|
||||||
readme:
|
readme:
|
||||||
viewdoc
|
viewdoc
|
||||||
|
|
Loading…
Reference in New Issue
Block a user