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