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

Commit

Permalink
Fix Travis PyPI config (#129)
Browse files Browse the repository at this point in the history
`distributions` flag was wrongly set under `on` flag.
This PR moves it one level up.
See https://docs.travis-ci.com/user/deployment/pypi/#uploading-different-distributions
  • Loading branch information
amureki authored Oct 29, 2018
1 parent 8af3981 commit eaf7bf9
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
distributions: sdist bdist_wheel
skip_existing: true
user: codingjoe
password:
secure: EbCAfnLxHzVgyPe/4f1w5wbgBMrEjiPw/olfaDS0kIJjNFuAuWGiqyVQaSPgLsBteD9dYUuU/O95eVy1W5tYFySTc8FEXXXI7YBTMHZN+aFQzFoBcvE6g5npvPAdUU0W53g+13wiAUI9tMFTnOf0rG585qmzMEu0NY6R2dEOtTo=
on:
tags: true
distributions: sdist bdist_wheel
repo: Thermondo/closeio

0 comments on commit eaf7bf9

Please sign in to comment.