[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}
}
deploy:
- provider: GitHub
release: GPy-v$(gpy_version)
description: 'GPy windows install'
artifact: dist/*.exe # upload wininst to GitHub
draft: false
prerelease: false
on:
branch: deploy # release from deploy branch only
appveyor_repo_tag: true # deploy on tag push only
# deploy:
# - provider: GitHub
# release: GPy-v$(gpy_version)
# description: 'GPy windows install'
# artifact: dist/*.exe # upload wininst to GitHub
# draft: false
# prerelease: false
# on:
# branch: deploy # release from deploy branch only
# appveyor_repo_tag: true # deploy on tag push only