From a302b3e3bcf26e943e0355c1d6a1d2bb6023e540 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 15 Aug 2020 00:34:20 +1000 Subject: [PATCH 1/2] Pillow Wheels has changed to use GitHub releases [ci skip] --- RELEASING.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index 3f62a70c4..99be38749 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -101,11 +101,7 @@ Released as needed privately to individual vendors for critical security-related cd pillow-wheels ./update-pillow-tag.sh [[release tag]] ``` -* [ ] Download distributions from the [Pillow Wheel Builder container](http://a365fff413fe338398b6-1c8a9b3114517dc5fe17b7c3f8c63a43.r19.cf2.rackcdn.com/). - ```bash - wget -m -A 'Pillow--*' \ - http://a365fff413fe338398b6-1c8a9b3114517dc5fe17b7c3f8c63a43.r19.cf2.rackcdn.com - ``` +* [ ] Download distributions from the [Pillow Wheel Builder release](https://github.com/python-pillow/pillow-wheels/releases). ## Publicize Release From 48ba6b40f9bec71479c044d9b52da99eff24a35b Mon Sep 17 00:00:00 2001 From: Andrew Murray <3112309+radarhere@users.noreply.github.com> Date: Sat, 15 Aug 2020 00:42:43 +1000 Subject: [PATCH 2/2] Clarified wording [ci skip] Co-authored-by: Hugo van Kemenade --- RELEASING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASING.md b/RELEASING.md index 99be38749..c9a0439d8 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -101,7 +101,7 @@ Released as needed privately to individual vendors for critical security-related cd pillow-wheels ./update-pillow-tag.sh [[release tag]] ``` -* [ ] Download distributions from the [Pillow Wheel Builder release](https://github.com/python-pillow/pillow-wheels/releases). +* [ ] Download wheels from the [Pillow Wheel Builder release](https://github.com/python-pillow/pillow-wheels/releases). ## Publicize Release