mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-28 02:46:18 +03:00
Merge pull request #3686 from radarhere/releasing
Use pillow-wheels update script
This commit is contained in:
commit
28f695db23
|
@ -88,14 +88,7 @@ Released as needed privately to individual vendors for critical security-related
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/python-pillow/pillow-wheels
|
git clone https://github.com/python-pillow/pillow-wheels
|
||||||
cd pillow-wheels
|
cd pillow-wheels
|
||||||
git submodule init
|
./update-pillow-tag.sh [[release tag]]
|
||||||
git submodule update Pillow
|
|
||||||
cd Pillow
|
|
||||||
git fetch --all
|
|
||||||
git checkout [[release tag]]
|
|
||||||
cd ..
|
|
||||||
git commit -m "Pillow -> 5.2.0" Pillow
|
|
||||||
git push
|
|
||||||
```
|
```
|
||||||
* [ ] Download distributions from the [Pillow Wheel Builder container](http://a365fff413fe338398b6-1c8a9b3114517dc5fe17b7c3f8c63a43.r19.cf2.rackcdn.com/).
|
* [ ] Download distributions from the [Pillow Wheel Builder container](http://a365fff413fe338398b6-1c8a9b3114517dc5fe17b7c3f8c63a43.r19.cf2.rackcdn.com/).
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in New Issue
Block a user