mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-05 14:55:15 +02:00
chg: pkg: trying to make appveyor more stable
This commit is contained in:
parent
a2de712ba3
commit
7bb0113c9c
1 changed files with 8 additions and 9 deletions
17
appveyor.yml
17
appveyor.yml
|
|
@ -3,7 +3,7 @@ environment:
|
|||
secure: 8/ZjXFwtd1S7ixd7PJOpptupKKEDhm2da/q3unabJ00=
|
||||
COVERALLS_REPO_TOKEN:
|
||||
secure: d3Luic/ESkGaWnZrvWZTKrzO+xaVwJWaRCEP0F+K/9DQGPSRZsJ/Du5g3s4XF+tS
|
||||
gpy_version: 1.7.6
|
||||
gpy_version: 1.7.5
|
||||
matrix:
|
||||
- PYTHON_VERSION: 2.7
|
||||
MINICONDA: C:\Miniconda-x64
|
||||
|
|
@ -72,17 +72,16 @@ deploy_script:
|
|||
- echo username = maxz >> %USERPROFILE%\\.pypirc
|
||||
- echo password = %pip_access% >> %USERPROFILE%\\.pypirc
|
||||
- ps: >-
|
||||
if ($env:APPVEYOR_REPO_BRANCH -eq 'deploy') {
|
||||
twine upload --skip-existing dist/*
|
||||
If ($env:APPVEYOR_REPO_BRANCH -eq 'devel') {
|
||||
echo not deploying on devel # twine upload --skip-existing -r test dist/*
|
||||
}
|
||||
else {
|
||||
echo not deploying on other branches
|
||||
ElseIf ($env:APPVEYOR_REPO_BRANCH -eq 'deploy') {
|
||||
twine upload --skip-existing dist/*
|
||||
}
|
||||
Else {
|
||||
echo not deploying on other branches
|
||||
}
|
||||
|
||||
# if ($env:APPVEYOR_REPO_BRANCH -eq 'devel') {
|
||||
# twine upload --skip-existing -r test dist/*
|
||||
# } # This is for testing the upload to testpypi, it causes a fail, so we will undo it here
|
||||
|
||||
# deploy:
|
||||
# - provider: GitHub
|
||||
# release: GPy-v$(gpy_version)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue