From 602390081c3aba7635cd4aa3d06a2f0a8821e17f Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sat, 8 Aug 2020 21:58:24 -0700 Subject: [PATCH] Package as sdist as well as bdist_wheel --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5aafe398..e641a8d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ jobs: deploy: - provider: pypi user: simonw - distributions: bdist_wheel + distributions: "sdist bdist_wheel" password: ${PYPI_PASSWORD} on: branch: master