Skip to content

Commit 859ff8e

Browse files
author
Hugo Osvaldo Barrera
committed
Skip cleanup when pushing GH releases
Otherwise dpl cleans up the artefacts before deploying them.
1 parent 1bac109 commit 859ff8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
- pip install wheel
2929
- python setup.py sdist bdist_wheel
3030
- gem install dpl
31-
- dpl --api-key=$RELEASES_TOKEN --provider=releases --file=dist/* --file_glob=true
31+
- dpl --api-key=$RELEASES_TOKEN --provider=releases --file=dist/* --file_glob=true --skip_cleanup=true

0 commit comments

Comments
 (0)