Package as sdist as well, refs #133

Also refs https://github.com/simonw/homebrew-datasette/issues/10
This commit is contained in:
Simon Willison 2020-08-12 09:56:36 -07:00 committed by GitHub
commit d03fc607b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ jobs:
deploy:
- provider: pypi
user: simonw
distributions: bdist_wheel
distributions: sdist bdist_wheel
password: ${PYPI_PASSWORD}
on:
branch: main