mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
Source dists moved above
Also dir does not necessarily have to be clean since the manifest determines what is included.
This commit is contained in:
parent
150c7f7206
commit
2ca2ecb792
10
RELEASING.md
10
RELEASING.md
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
Released quarterly on the first day of January, April, July, October.
|
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.
|
* [ ] Develop and prepare release in ``master`` branch.
|
||||||
* [ ] Check [Travis CI](https://travis-ci.org/python-pillow/Pillow) to confirm passing tests 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:
|
* [ ] 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
|
## Binary Distributions
|
||||||
|
|
||||||
* [ ] Contact @cgohlke for Windows binaries.
|
* [ ] 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)
|
(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 OS X Wheels from Rackspace files, upload to PyPi (Twine?)
|
* [ ] Retrieve the OS X Wheels from Rackspace files, upload to PyPi (Twine?)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user