From 353159c74f94e15b68ee141677f84a2c5e5b5d52 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Tue, 28 Aug 2018 20:41:47 +1000 Subject: [PATCH] Only update the Pillow submodule of pillow-wheels [ci skip] --- RELEASING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASING.md b/RELEASING.md index 7794612fa..b5e548e06 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -89,7 +89,7 @@ Released as needed privately to individual vendors for critical security-related $ git clone https://github.com/python-pillow/pillow-wheels $ cd pillow-wheels $ git submodule init - $ git submodule update + $ git submodule update Pillow $ cd Pillow $ git fetch --all $ git checkout [[release tag]]