Skip to content

Commit 693f80a

Browse files
committed
travis: add "overwrite: true" to releases provider
Possibly this is why we're getting breakage with GitHub releases. Doing this on master as there's not a particularly great way to test the pipeline otherwise, and it's incidental to user-facing code.
1 parent 37ec601 commit 693f80a

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
@@ -11,6 +11,7 @@ deploy:
1111
file_glob: true
1212
file: "$TRAVIS_BUILD_DIR/bundles/*"
1313
skip_cleanup: true
14+
overwrite: true
1415
on:
1516
tags: true
1617
- provider: pypi

0 commit comments

Comments
 (0)