Skip to content

Commit 536cc07

Browse files
authored
chore(travis-ci): don't publish existing artifacts
Don't publish an artifact to PYPI if we've already published the same artifact from another job.
1 parent 98e2ffe commit 536cc07

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ deploy:
2424
password: $PYPI_PASSWORD
2525
distributions: "sdist bdist_wheel"
2626
skip_cleanup: true
27+
skip_existing: true
2728
on:
2829
branch: master
2930
tags: true

0 commit comments

Comments
 (0)