From b4e818db7887ff1ec337aaf392b5719f3931bc61 Mon Sep 17 00:00:00 2001 From: Max Wittig Date: Fri, 22 Feb 2019 13:07:14 +0100 Subject: [PATCH] chore(ci): don't try to publish existing release --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6b18f8bb7..e96e86fc2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,3 +30,4 @@ deploy: distributions: sdist bdist_wheel on: tags: true + skip_existing: true