just: add recipe for uploading python packages

This commit is contained in:
bronsen 2026-02-19 22:55:33 +01:00
parent 5baf50ba33
commit 895917cf4b

View file

@ -14,6 +14,10 @@ setup:
build:
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:
uv run textual console