mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-16 13:34:10 +02:00
Package as sdist as well, refs #133
Also refs https://github.com/simonw/homebrew-datasette/issues/10
This commit is contained in:
parent
66ed36258a
commit
d03fc607b3
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,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: main
|
branch: main
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue