Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Commit e368b5e

Browse files
authored
Bring back skip_cleanup
Otherwise builds fail because cleanup fails and even though travis-ci reports it as deprecated.
1 parent f9c9606 commit e368b5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ script:
166166
deploy:
167167
provider: releases
168168
cleanup: false
169+
skip_cleanup: true
169170
file: "wheelhouse/*whl"
170171
file_glob: true
171172
token: ${GITHUB_API_KEY}

0 commit comments

Comments
 (0)