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