mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-27 17:54:32 +03:00
NF: make git tag fetching more robust
This commit is contained in:
parent
bd8254373d
commit
8510111de8
|
@ -5,6 +5,7 @@ env:
|
|||
global: LATEST_TAG=1
|
||||
matrix:
|
||||
- VERSION=2.7.7
|
||||
- VERSION=3.2.5
|
||||
- VERSION=3.3.5
|
||||
- VERSION=3.4.1
|
||||
|
||||
|
@ -14,9 +15,9 @@ install:
|
|||
- pip install delocate
|
||||
- cd Pillow
|
||||
- if [ -n "$LATEST_TAG" ]; then
|
||||
git fetch
|
||||
git fetch ;
|
||||
git fetch --tags ;
|
||||
git checkout `git describe --abbrev=0 --tags origin/master` ;
|
||||
git checkout `../terryfy/git-latest-tag` ;
|
||||
fi
|
||||
- python setup.py bdist_wheel
|
||||
- delocate-wheel dist/*.whl
|
||||
|
|
2
Pillow
2
Pillow
|
@ -1 +1 @@
|
|||
Subproject commit a45c8aaf61029bad7fb1e49edc1e8ed811979c94
|
||||
Subproject commit 80d6137c860b9322572ee1390514df1975acb2e7
|
2
terryfy
2
terryfy
|
@ -1 +1 @@
|
|||
Subproject commit 012b6635139dd3f52cd17c5c51c17c39aa7f52b1
|
||||
Subproject commit 42f19f7a4ea2bdd5b66282e8641d1a7a65615eda
|
Loading…
Reference in New Issue
Block a user