From 2ca2ecb792844edef806629c9bdb7b6383cad2e8 Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Fri, 3 Apr 2015 10:51:57 -0400 Subject: [PATCH] Source dists moved above Also dir does not necessarily have to be clean since the manifest determines what is included. --- RELEASING.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index 35f3f0ec6..8a58390d0 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -4,6 +4,7 @@ Released quarterly on the first day of January, April, July, October. +* [ ] Open a release ticket e.g. https://github.com/python-pillow/Pillow/issues/1174 * [ ] Develop and prepare release in ``master`` branch. * [ ] Check [Travis CI](https://travis-ci.org/python-pillow/Pillow) to confirm passing tests in ``master`` branch. * [ ] In compliance with https://www.python.org/dev/peps/pep-0440/, update version identifier in: @@ -79,14 +80,7 @@ Released as needed privately to individual vendors for critical security-related ## Binary Distributions * [ ] Contact @cgohlke for Windows binaries. -* [ ] From a clean source directory with no extra temp files: -``` -python setup.py sdist --format=zip upload -``` -Or -``` - make sdistup -``` + (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???) * [ ] Retrieve the OS X Wheels from Rackspace files, upload to PyPi (Twine?)