Skip to content

Commit

Permalink
Merge pull request #2807 from radarhere/releasing
Browse files Browse the repository at this point in the history
Updated RELEASING.md
  • Loading branch information
wiredfool committed Oct 24, 2017
2 parents 0efc194 + d9a389e commit a385c4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Released quarterly on the first day of January, April, July, October.
```
$ make sdist
```
* [ ] Create binary distributions [binary distributions](#binary-distributions)
* [ ] Create [binary distributions](#binary-distributions)
* [ ] Upload all binaries and source distributions with ``twine upload dist/Pillow-4.1.0-*``
* [ ] Manually hide old versions on PyPI such that only the latest major release is visible when viewing https://pypi.python.org/pypi/Pillow (https://pypi.python.org/pypi?:action=pkg_edit&name=Pillow)

Expand Down Expand Up @@ -92,7 +92,7 @@ Released as needed privately to individual vendors for critical security-related
$ git checkout [[release tag]]
$ cd ..
$ git commit -m "Pillow -> 2.9.0" Pillow
$ git push
$ git push
```
* [ ] Download distributions from the [Pillow Wheel Builder container](http://a365fff413fe338398b6-1c8a9b3114517dc5fe17b7c3f8c63a43.r19.cf2.rackcdn.com/).

Expand Down

0 comments on commit a385c4f

Please sign in to comment.