mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-28 06:16:24 +02:00
fix: appveyor not uploading to testpypi for now
This commit is contained in:
parent
e3094f2ede
commit
ad02c948fa
1 changed files with 5 additions and 4 deletions
|
|
@ -72,16 +72,17 @@ deploy_script:
|
||||||
- echo username = maxz >> %USERPROFILE%\\.pypirc
|
- echo username = maxz >> %USERPROFILE%\\.pypirc
|
||||||
- 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 'deploy') {
|
||||||
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 {
|
else {
|
||||||
echo not deploying on other branches
|
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:
|
# deploy:
|
||||||
# - provider: GitHub
|
# - provider: GitHub
|
||||||
# release: GPy-v$(gpy_version)
|
# release: GPy-v$(gpy_version)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue