mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-15 06:52:39 +02:00
Merge branch 'devel' into beckdaniel-wgps_improvements
This commit is contained in:
commit
c9fc64be2b
1 changed files with 2 additions and 2 deletions
|
|
@ -71,10 +71,10 @@ deploy_script:
|
|||
- echo password:%pip_access% >> %USERPROFILE%\\.pypirc
|
||||
- ps: >-
|
||||
if ($env:APPVEYOR_REPO_BRANCH -eq 'devel') {
|
||||
twine upload -r test dist/*
|
||||
twine upload --exists warning -r test dist/*
|
||||
}
|
||||
elseif ($env:APPVEYOR_REPO_BRANCH -eq 'deploy') {
|
||||
twine upload dist/*
|
||||
twine upload --exists warning dist/*
|
||||
}
|
||||
else {
|
||||
echo not deploying on other branches
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue