From 1c954bf4f5a2614c11800b3fc315bb4d0cb24ce1 Mon Sep 17 00:00:00 2001 From: Lars Holmberg Date: Mon, 16 Dec 2019 14:30:41 +0100 Subject: [PATCH] Try without quotation marks in travis distributions config. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cffe296c83..220c4eb074 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,6 @@ deploy: user: $TWINE_USERNAME password: $TWINE_PASSWORD skip_existing: true - distributions: "sdist bdist_wheel" + distributions: sdist bdist_wheel on: tags: true