Package as sdist as well as bdist_wheel

This commit is contained in:
Simon Willison 2020-08-08 21:58:24 -07:00 committed by GitHub
commit 602390081c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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