From d03fc607b355f22f7bfee4387d46f13f12463420 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 12 Aug 2020 09:56:36 -0700 Subject: [PATCH] Package as sdist as well, refs #133 Also refs https://github.com/simonw/homebrew-datasette/issues/10 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 43fba89..e5c629e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ jobs: deploy: - provider: pypi user: simonw - distributions: bdist_wheel + distributions: sdist bdist_wheel password: ${PYPI_PASSWORD} on: branch: main