mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Package as sdist as well as bdist_wheel
This commit is contained in:
parent
dc86ce7d3a
commit
602390081c
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
deploy:
|
||||
- provider: pypi
|
||||
user: simonw
|
||||
distributions: bdist_wheel
|
||||
distributions: "sdist bdist_wheel"
|
||||
password: ${PYPI_PASSWORD}
|
||||
on:
|
||||
branch: master
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue