mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
LATEST is never set
This commit is contained in:
parent
7ad1f4a57f
commit
0b3e0124ab
|
@ -50,7 +50,6 @@ before_install:
|
|||
|
||||
install:
|
||||
# Maybe get and clean and patch source
|
||||
- if [[ -n "$LATEST" ]]; then BUILD_COMMIT=main; fi
|
||||
- clean_code $REPO_DIR $BUILD_COMMIT
|
||||
- build_wheel $REPO_DIR $PLAT
|
||||
- ls -l "${TRAVIS_BUILD_DIR}/${WHEEL_SDIR}/"
|
||||
|
@ -65,6 +64,5 @@ deploy:
|
|||
file_glob: true
|
||||
file: "${TRAVIS_BUILD_DIR}/${WHEEL_SDIR}/*.whl"
|
||||
on:
|
||||
condition: -z "$LATEST"
|
||||
repo: python-pillow/pillow-wheels
|
||||
skip_cleanup: true
|
||||
|
|
Loading…
Reference in New Issue
Block a user