Skip to content

Commit 4d9288f

Browse files
committed
add skip_exisiting option so builds pass after deployment
1 parent 5a71d2b commit 4d9288f

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
@@ -25,6 +25,7 @@ after_success:
2525
deploy:
2626
provider: pypi
2727
username: "mvanlonden"
28+
skip_existing: true
2829
on:
2930
tags: true
3031
branch: next

0 commit comments

Comments
 (0)