[appveyor] stop deploy on github

This commit is contained in:
mzwiessele 2016-07-30 09:04:29 +01:00
parent 179ff360b2
commit 97cf1c7581

View file

@ -72,13 +72,13 @@ deploy_script:
default {echo not deploying on other branches} default {echo not deploying on other branches}
} }
deploy: # deploy:
- provider: GitHub # - provider: GitHub
release: GPy-v$(gpy_version) # release: GPy-v$(gpy_version)
description: 'GPy windows install' # description: 'GPy windows install'
artifact: dist/*.exe # upload wininst to GitHub # artifact: dist/*.exe # upload wininst to GitHub
draft: false # draft: false
prerelease: false # prerelease: false
on: # on:
branch: deploy # release from deploy branch only # branch: deploy # release from deploy branch only
appveyor_repo_tag: true # deploy on tag push only # appveyor_repo_tag: true # deploy on tag push only