mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 12:17:14 +03:00
commit
8c9964516a
|
@ -4,11 +4,12 @@ Pillow Wheel Builder
|
||||||
This repository creates wheels for tagged versions of Pillow::
|
This repository creates wheels for tagged versions of Pillow::
|
||||||
|
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update Pillow
|
||||||
git add Pillow
|
git add Pillow
|
||||||
cd Pillow
|
cd Pillow
|
||||||
git checkout <VERSION>
|
git checkout <VERSION>
|
||||||
cd ..
|
cd ..
|
||||||
|
git add Pillow
|
||||||
git commit -a -m "<VERSION> wheels"
|
git commit -a -m "<VERSION> wheels"
|
||||||
git push
|
git push
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user