mirror of https://github.com/tqdm/tqdm.git
use new cleanup
This commit is contained in:
parent
f44a3f681a
commit
0743062a8c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue