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

Commit

Permalink
Bring back skip_cleanup
Browse files Browse the repository at this point in the history
Otherwise builds fail because cleanup fails and even though travis-ci reports it as deprecated.
  • Loading branch information
wiktorn authored Mar 2, 2020
1 parent f9c9606 commit e368b5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ script:
deploy:
provider: releases
cleanup: false
skip_cleanup: true
file: "wheelhouse/*whl"
file_glob: true
token: ${GITHUB_API_KEY}
Expand Down

0 comments on commit e368b5e

Please sign in to comment.