mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-14 15:25:15 +02:00
fix: appveyor build failing
This commit is contained in:
parent
1cf6da080c
commit
24091f5918
1 changed files with 2 additions and 2 deletions
|
|
@ -73,10 +73,10 @@ deploy_script:
|
|||
- echo password = %pip_access% >> %USERPROFILE%\\.pypirc
|
||||
- ps: >-
|
||||
if ($env:APPVEYOR_REPO_BRANCH -eq 'devel') {
|
||||
twine upload --skip-existing -r test "dist/*"
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue