From 6e927b7a6c654aeabc64f9f8840d7412fff1662c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bengt=20L=C3=BCers?= Date: Mon, 22 Mar 2021 22:53:34 +0100 Subject: [PATCH] add binary wheel to source distribution --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index c181a62..8370c8f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ install: script: tox deploy: provider: pypi + distributions: "sdist bdist_wheel" user: rwl password: secure: "YZjUo3RHhyq9rsg+8NGP2Bn1+J5kQxXfuO7G2ACwvAeabdHqhzTE0eDOObaeS+vnoUHxrRuJWFB1HvDH7BlegBuTS0l+s8lssfFNrasnMlZ3xpiGNGbcgrftxYnaPE9BSN8Ge7w8oa1QnkfqcPuYN2BoSYXv1LitCNi/bqf0JcA="