We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad1f4a commit 0b3e012Copy full SHA for 0b3e012
1 file changed
.travis.yml
@@ -50,7 +50,6 @@ before_install:
50
51
install:
52
# Maybe get and clean and patch source
53
- - if [[ -n "$LATEST" ]]; then BUILD_COMMIT=main; fi
54
- clean_code $REPO_DIR $BUILD_COMMIT
55
- build_wheel $REPO_DIR $PLAT
56
- ls -l "${TRAVIS_BUILD_DIR}/${WHEEL_SDIR}/"
@@ -65,6 +64,5 @@ deploy:
65
64
file_glob: true
66
file: "${TRAVIS_BUILD_DIR}/${WHEEL_SDIR}/*.whl"
67
on:
68
- condition: -z "$LATEST"
69
repo: python-pillow/pillow-wheels
70
skip_cleanup: true
0 commit comments