mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-14 15:25:15 +02:00
chg: pkg: trying to make appveyor more stable
This commit is contained in:
parent
7bb0113c9c
commit
c0237088de
1 changed files with 3 additions and 3 deletions
|
|
@ -73,13 +73,13 @@ deploy_script:
|
|||
- echo password = %pip_access% >> %USERPROFILE%\\.pypirc
|
||||
- ps: >-
|
||||
If ($env:APPVEYOR_REPO_BRANCH -eq 'devel') {
|
||||
echo not deploying on devel # twine upload --skip-existing -r test dist/*
|
||||
echo not deploying on devel # twine upload --skip-existing -r test dist/*
|
||||
}
|
||||
ElseIf ($env:APPVEYOR_REPO_BRANCH -eq 'deploy') {
|
||||
twine upload --skip-existing dist/*
|
||||
twine upload --skip-existing dist/*
|
||||
}
|
||||
Else {
|
||||
echo not deploying on other branches
|
||||
echo not deploying on other branches
|
||||
}
|
||||
|
||||
# deploy:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue