use new cleanup

This commit is contained in:
Casper da Costa-Luis 2019-11-09 00:48:07 +00:00
parent f44a3f681a
commit 0743062a8c
No known key found for this signature in database
GPG Key ID: 986B408043AE090D
1 changed files with 2 additions and 2 deletions

View File

@ -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