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:
|
deploy:
|
||||||
- provider: pypi
|
- provider: pypi
|
||||||
user: simonw
|
user: simonw
|
||||||
distributions: bdist_wheel
|
distributions: "sdist bdist_wheel"
|
||||||
password: ${PYPI_PASSWORD}
|
password: ${PYPI_PASSWORD}
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue