No separate upload required [ci skip]

This commit is contained in:
Alex Clark 2015-04-01 06:15:10 -04:00
parent d20038e845
commit 54956f57c6

View File

@ -48,7 +48,6 @@ git push origin --tags
* [ ] From a clean source directory with no extra temp files: * [ ] From a clean source directory with no extra temp files:
``` ```
python setup.py sdist --format=zip upload python setup.py sdist --format=zip upload
python setup.py sdist upload
``` ```
(Debian requests a tarball, everyone else would just prefer that we choose one and stick to it. So both it is) (Debian requests a tarball, everyone else would just prefer that we choose one and stick to it. So both it is)
* [ ] Push a commit to https://github.com/python-pillow/pillow-wheels to build OSX versions (UNDONE latest tag or specific release???) * [ ] Push a commit to https://github.com/python-pillow/pillow-wheels to build OSX versions (UNDONE latest tag or specific release???)