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