Merge branch 'devel' into beckdaniel-wgps_improvements

This commit is contained in:
mzwiessele 2016-08-16 12:07:37 +01:00
commit c9fc64be2b

View file

@ -71,10 +71,10 @@ deploy_script:
- echo password:%pip_access% >> %USERPROFILE%\\.pypirc
- ps: >-
if ($env:APPVEYOR_REPO_BRANCH -eq 'devel') {
twine upload -r test dist/*
twine upload --exists warning -r test dist/*
}
elseif ($env:APPVEYOR_REPO_BRANCH -eq 'deploy') {
twine upload dist/*
twine upload --exists warning dist/*
}
else {
echo not deploying on other branches