Merge pull request #2988 from hugovk/appveyor-deploy

Fix AppVeyor master builds for forks
This commit is contained in:
Hugo 2018-03-16 08:39:12 +02:00 committed by GitHub
commit 6e1b658e2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,6 +109,7 @@ deploy:
folder: win/$(APPVEYOR_BUILD_NUMBER)/ folder: win/$(APPVEYOR_BUILD_NUMBER)/
artifact: /.*egg|wheel/ artifact: /.*egg|wheel/
on: on:
APPVEYOR_REPO_NAME: python-pillow/Pillow
branch: master branch: master
deploy: YES deploy: YES