mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-09 12:02: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}
|
||||
}
|
||||
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue