From cee6039ec3696ede3b3f220360189e58b9bb27eb Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Wed, 20 Jun 2018 16:53:48 +0200 Subject: [PATCH] Prevent builds from failing the deploy [ci skip] Every job runs the build stage, which is fine, since we need the different `wheel` packages, but they failed, since the files were already present on PyPI --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 2ef6c9b..f045153 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,6 +31,7 @@ deploy: password: secure: "VA0MLSrwIW/T2KjMwjLZCzrLHw8pJT6tAvb48t7qpBdm8x192hax61pz1TaBZoJvlzyBPFKvluftuclTc7yEFwzXe7Gjqgd/ODKZl/wXDr36hQ7BBOLPZujdwmWLvTzMh3eJZlvkgcLCzrvK3j2oW8cM/+FZeVi/5/FhVuJ4ofs=" distributions: sdist bdist_wheel + skip_existing: true on: branch: master tags: true