From 33cecd6036f7e9e9bf91c5105825dd307345282b Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Sun, 3 Jan 2021 13:37:43 +0200 Subject: [PATCH] Remove 'tags: true' to upload wheels for manually triggered builds --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1c465aa2a..78609160a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -72,5 +72,4 @@ deploy: on: condition: -z "$LATEST" repo: python-pillow/pillow-wheels - tags: true skip_cleanup: true