mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-28 02:46:18 +03:00
RF: update tag fetching
This commit is contained in:
parent
2efbaa41d5
commit
bd8254373d
|
@ -14,8 +14,9 @@ install:
|
||||||
- pip install delocate
|
- pip install delocate
|
||||||
- cd Pillow
|
- cd Pillow
|
||||||
- if [ -n "$LATEST_TAG" ]; then
|
- if [ -n "$LATEST_TAG" ]; then
|
||||||
|
git fetch
|
||||||
git fetch --tags ;
|
git fetch --tags ;
|
||||||
git checkout `git describe --abbrev=0 --tags` ;
|
git checkout `git describe --abbrev=0 --tags origin/master` ;
|
||||||
fi
|
fi
|
||||||
- python setup.py bdist_wheel
|
- python setup.py bdist_wheel
|
||||||
- delocate-wheel dist/*.whl
|
- delocate-wheel dist/*.whl
|
||||||
|
|
Loading…
Reference in New Issue
Block a user