Merge pull request #94 from radarhere/shell

Improved shell commands
This commit is contained in:
Hugo 2018-08-29 13:43:35 +03:00 committed by GitHub
commit 8c9964516a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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