Dont fail on duplicate upload.

This commit is contained in:
Steve Pulec 2019-06-30 23:37:47 -05:00
parent 4f86cad21e
commit 15d596ce75

View File

@ -46,6 +46,7 @@ deploy:
branch:
- master
skip_cleanup: true
skip_existing: true
- provider: pypi
distributions: sdist bdist_wheel
user: spulec
@ -53,3 +54,4 @@ deploy:
secure: NxnPylnTfekJmGyoufCw0lMoYRskSMJzvAIyAlJJVYKwEhmiCPOrdy5qV8i8mRZ1AkUsqU3jBZ/PD56n96clHW0E3d080UleRDj6JpyALVdeLfMqZl9kLmZ8bqakWzYq3VSJKw2zGP/L4tPGf8wTK1SUv9yl/YNDsBdCkjDverw=
on:
tags: true
skip_existing: true