From 497b8fd0f77c666c96b6925f8eeddda9b3937efb Mon Sep 17 00:00:00 2001 From: Hugo Date: Tue, 27 Feb 2018 13:27:26 +0200 Subject: [PATCH] Only attempt deploy for python-pillow/Pillow --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index a1d8d103c..95d816a98 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -109,6 +109,7 @@ deploy: folder: win/$(APPVEYOR_BUILD_NUMBER)/ artifact: /.*egg|wheel/ on: + APPVEYOR_REPO_NAME: python-pillow/Pillow branch: master deploy: YES