Improved shell commands [ci skip]

This commit is contained in:
Andrew Murray 2018-08-29 20:38:25 +10:00
parent 69082c42a1
commit 2610e58127

View File

@ -4,11 +4,12 @@ Pillow Wheel Builder
This repository creates wheels for tagged versions of Pillow::
git submodule init
git submodule update
git submodule update Pillow
git add Pillow
cd Pillow
git checkout <VERSION>
cd ..
git add Pillow
git commit -a -m "<VERSION> wheels"
git push