From 719a32ed7382470d9f4622505d8cfdc65e82f534 Mon Sep 17 00:00:00 2001 From: thouska Date: Mon, 7 Sep 2020 15:51:27 +0200 Subject: [PATCH] Try to fix #256 --- .travis.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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