From 0b2870b9aef3ceee1e9b6699467c1dcfb4d26039 Mon Sep 17 00:00:00 2001 From: Laura Mendoza Date: Wed, 27 Nov 2019 16:08:54 +0100 Subject: [PATCH] [quick fix] took out wheel deployment and add skip if already in pypi --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d5bd833db..ed1bca620 100644 --- a/.travis.yml +++ b/.travis.yml @@ -59,8 +59,9 @@ deploy: skip_cleanup: true - provider: pypi user: "Didou09" - distributions: "sdist bdist_wheel" + distributions: "sdist" skip_cleanup: true + skip_existing: true on: tags: true all_branches: true