mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-09 20:12:38 +02:00
[appveyor] stop deploy on github
This commit is contained in:
parent
179ff360b2
commit
97cf1c7581
1 changed files with 10 additions and 10 deletions
20
appveyor.yml
20
appveyor.yml
|
|
@ -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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue