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