Add make pre step

Feel free to incorporate this better in other sections.
This commit is contained in:
Alex Clark 2014-10-02 06:29:29 -04:00
parent 5e2f27c7a3
commit 78043591bd

View File

@ -53,3 +53,7 @@ python setup.py sdist upload
* [ ] Retrieve the OS X Wheels from Rackspace files, upload to PyPi (Twine?) * [ ] Retrieve the OS X Wheels from Rackspace files, upload to PyPi (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.
* [ ] Announce release availability. [Twitter](https://twitter.com/pythonpillow), web. * [ ] Announce release availability. [Twitter](https://twitter.com/pythonpillow), web.
## Pre-release check
* [ ] Run pre-release check via `make pre`