just: add recipe for uploading python packages
This commit is contained in:
parent
5baf50ba33
commit
895917cf4b
1 changed files with 4 additions and 0 deletions
4
justfile
4
justfile
|
|
@ -14,6 +14,10 @@ setup:
|
||||||
build:
|
build:
|
||||||
uv build --wheel --clear
|
uv build --wheel --clear
|
||||||
|
|
||||||
|
# upload to Package Registry
|
||||||
|
upload: build
|
||||||
|
python -m twine upload --repository code.cbo --config-file ~/.config/pypirc dist/*.whl
|
||||||
|
|
||||||
# console to observe log messages
|
# console to observe log messages
|
||||||
console:
|
console:
|
||||||
uv run textual console
|
uv run textual console
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue