Use old deploy pypi behavior

Until skip_existing option exists, use the old travis dpl behaviour to not fail on existing files.
This commit is contained in:
Max Zwiessele 2018-02-23 12:19:49 +01:00 committed by GitHub
parent c592d46b00
commit d4bff7505e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,6 +64,8 @@ deploy:
secure: "vMEOlP7DQhFJ7hQAKtKC5hrJXFl5BkUt4nXdosWWiw//Kg8E+PPLg88XPI2gqIosir9wwgtbSBBbbwCxkM6uxRNMpoNR8Ixyv9fmSXp4rLl7bbBY768W7IRXKIBjpuEy2brQjoT+CwDDSzUkckHvuUjJDNRvUv8ab4P/qYO1LG4="
on:
branch: deploy
edge:
branch: v1.8.45
distributions: $DIST
skip_existing: true
skip_cleanup: true