Updated Release Checklist (markdown)

wiredfool 2014-09-05 09:29:31 -07:00
parent 1f94e19ffc
commit 342933463d

@ -48,7 +48,9 @@ git push origin --tags
``` ```
python setup.py register python setup.py register
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)
* [ ] 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???)
* [ ] Retrieve the OSX Wheels from Rackspace files, upload to pypy (twine?) * [ ] Retrieve the OSX Wheels from Rackspace files, upload to pypy (twine?)
* [ ] Grab windows binaries, `twine upload dist/*.[whl|egg]`. Manually upload .exe installers. * [ ] Grab windows binaries, `twine upload dist/*.[whl|egg]`. Manually upload .exe installers.