diff --git a/.travis.yml b/.travis.yml index aa79a230..6a2d50e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: python python: #- "2.7" - #- "3.5" - "3.7" # - "3.8" #Errors on Travis, build times out because no output was received... @@ -46,10 +45,8 @@ jobs: # Publish spotpy on PyPi if taged deploy: - # If you need to deploy files Travis has built, use the next line - skip_cleanup: true provider: pypi - distributions: sdist bdist_wheel gztar + distributions: "sdist bdist_wheel gztar" on: # In this case I want to deploy only when a tag is present... tags: true @@ -58,4 +55,5 @@ deploy: - master - /v?(\d+\.)?(\d+\.)?(\*|\d+)$/ user: thouska - password : ${deploying} \ No newline at end of file + password : ${deploying} + skip_existing: true \ No newline at end of file