This commit is contained in:
Alex Clark 2015-07-01 19:28:41 -04:00
parent 1c38bd2cf7
commit 17ddfba065

View File

@ -7,9 +7,9 @@ This repository creates wheels for tagged versions of Pillow::
git submodule update git submodule update
git add Pillow git add Pillow
cd Pillow cd Pillow
git checkout <TAG> git checkout <VERSION>
cd .. cd ..
git commit -a -m "<TAG> wheels" git commit -a -m "<VERSION> wheels"
git push git push