RF: update tag fetching

This commit is contained in:
Matthew Brett 2014-07-03 12:47:04 +01:00
parent 2efbaa41d5
commit bd8254373d

View File

@ -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