From eaf7bf98dbc60d5e63b732bb230ebc84beb1f899 Mon Sep 17 00:00:00 2001 From: Rustem Saiargaliev Date: Mon, 29 Oct 2018 09:56:11 +0100 Subject: [PATCH] Fix Travis PyPI config (#129) `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 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fcf0141..4a8837a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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