From 17d0473583632504ec21fd3c01754ebd23e18570 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Wed, 18 May 2022 09:35:24 +0300 Subject: [PATCH] Deploy to GitHub Releases when a tag is set --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 98f9cb49..15af189b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,4 +55,5 @@ deploy: file: "${TRAVIS_BUILD_DIR}/${WHEEL_SDIR}/*.whl" on: repo: python-pillow/pillow-wheels + tags: true skip_cleanup: true