From 9070808be56471273a1b439c6262183216b31d88 Mon Sep 17 00:00:00 2001 From: Matt Terry Date: Tue, 27 Nov 2018 15:11:08 -0800 Subject: [PATCH] Deploy once and skip cleanup --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5be537a..fab29b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,3 +31,5 @@ deploy: all_branches: true condition: $TRAVIS_TAG =~ ^v[0-9]+.[0-9]+.[0-9]+[a-z]?$ distributions: "sdist bdist_wheel" + skip_cleanup: true + python: "3.6"