mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Clean up Makefile [ci skip]
- Clean up test.pythonpackages.com setup description
This commit is contained in:
parent
d31c6c7847
commit
19432c3e53
5
Makefile
5
Makefile
|
@ -60,12 +60,13 @@ docs:
|
|||
docserver:
|
||||
cd docs/_build/html && python -mSimpleHTTPServer 2> /dev/null&
|
||||
|
||||
# Test sdist upload via test.pythonpackages.com, no creds required
|
||||
# .pypirc:
|
||||
# Test sdist upload via test.pythonpackages.com. Create .pypirc first:
|
||||
#
|
||||
# [test]
|
||||
# username:
|
||||
# password:
|
||||
# repository = http://test.pythonpackages.com
|
||||
#
|
||||
sdisttest:
|
||||
python setup.py sdist --format=gztar,zip upload -r test
|
||||
sdistup:
|
||||
|
|
Loading…
Reference in New Issue
Block a user