Skip to content
This repository has been archived by the owner on Feb 24, 2020. It is now read-only.

Commit

Permalink
Properly skip existing pypi package from re-releasing
Browse files Browse the repository at this point in the history
This fixes #126 - `skip_existing` was set on a wrong level, hence it was ignored.
  • Loading branch information
amureki committed Jun 22, 2018
1 parent b164c36 commit 8af3981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ after_success:
- codecov
deploy:
provider: pypi
skip_existing: true
user: codingjoe
password:
secure: EbCAfnLxHzVgyPe/4f1w5wbgBMrEjiPw/olfaDS0kIJjNFuAuWGiqyVQaSPgLsBteD9dYUuU/O95eVy1W5tYFySTc8FEXXXI7YBTMHZN+aFQzFoBcvE6g5npvPAdUU0W53g+13wiAUI9tMFTnOf0rG585qmzMEu0NY6R2dEOtTo=
on:
skip_existing: true
tags: true
distributions: sdist bdist_wheel
repo: Thermondo/closeio

0 comments on commit 8af3981

Please sign in to comment.