From ed4238ba8af9fbdc6c7b445dbbaf68fb9dc37def Mon Sep 17 00:00:00 2001 From: Michael Deceglie Date: Wed, 15 Apr 2020 20:03:04 -0600 Subject: [PATCH] Have travis deployment skip existing (#163) Per https://docs.travis-ci.com/user/deployment/pypi/ --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 2cda7ea3..8f0729d5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,3 +35,4 @@ deploy: branch: master distributions: "sdist bdist_wheel" skip_cleanup: true + skip_existing: true