From 0743062a8c88982e051731835825952ebb46b245 Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Sat, 9 Nov 2019 00:48:07 +0000 Subject: [PATCH] use new cleanup --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6bc996c8..737edeef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -78,14 +78,14 @@ jobs: deploy: - provider: script script: twine upload -s -i tqdm@caspersci.uk.to dist/tqdm-* - skip_cleanup: true + cleanup: false on: tags: true - provider: releases api_key: $GITHUB_TOKEN file_glob: true file: dist/tqdm-*.whl* - skip_cleanup: true + cleanup: false draft: true name: tqdm $TRAVIS_TAG stable edge: true