mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-11 00:32:27 +03:00
Improved shell commands [ci skip]
This commit is contained in:
parent
69082c42a1
commit
2610e58127
|
@ -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