just: invoke uv when possible
All checks were successful
ci/woodpecker/push/workflow Pipeline was successful

This commit is contained in:
bronsen 2026-02-19 23:08:00 +01:00
parent f3ba679891
commit de1122442b

View file

@ -15,7 +15,7 @@ build:
# upload to Package Registry
upload: build
python -m twine upload --repository code.cbo --config-file ~/.config/pypirc dist/*.whl
uv run twine upload --repository code.cbo --config-file ~/.config/pypirc dist/*.whl
# console to observe log messages
console:
@ -51,7 +51,7 @@ coverage:
lint:
uv run ruff check .
markdownlint-cli2 .
twine check --strict dist/*
uv run twine check --strict dist/*
# pretend we are CI
ci: lint