Skip to content

Commit

Permalink
use new cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Nov 9, 2019
1 parent f44a3f6 commit 0743062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0743062

Please sign in to comment.