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