mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-25 15:33:09 +03:00
RF: use function to update to closest tag
This commit is contained in:
parent
3caeeea940
commit
c52dc4c2bc
|
@ -13,12 +13,8 @@ install:
|
||||||
- source run_install.sh
|
- source run_install.sh
|
||||||
- get_python_environment macpython $VERSION venv
|
- get_python_environment macpython $VERSION venv
|
||||||
- pip install delocate
|
- pip install delocate
|
||||||
|
- if [ -n "$LATEST_TAG" ]; then checkout_closest_tag Pillow; fi
|
||||||
- cd Pillow
|
- cd Pillow
|
||||||
- if [ -n "$LATEST_TAG" ]; then
|
|
||||||
git fetch ;
|
|
||||||
git fetch --tags ;
|
|
||||||
git checkout `../terryfy/git-closest-tag origin/master` ;
|
|
||||||
fi
|
|
||||||
- python setup.py bdist_wheel
|
- python setup.py bdist_wheel
|
||||||
- delocate-wheel dist/*.whl
|
- delocate-wheel dist/*.whl
|
||||||
- rename_wheels dist/*.whl
|
- rename_wheels dist/*.whl
|
||||||
|
|
2
terryfy
2
terryfy
|
@ -1 +1 @@
|
||||||
Subproject commit 5e96e2a79f32a2853ff78e22684d09d5226b11a6
|
Subproject commit 48785a36b56e17a53def971153bd775aae230eba
|
Loading…
Reference in New Issue
Block a user