just: invoke uv when possible
All checks were successful
ci/woodpecker/push/workflow Pipeline was successful
All checks were successful
ci/woodpecker/push/workflow Pipeline was successful
This commit is contained in:
parent
f3ba679891
commit
de1122442b
1 changed files with 2 additions and 2 deletions
4
justfile
4
justfile
|
|
@ -15,7 +15,7 @@ build:
|
||||||
|
|
||||||
# upload to Package Registry
|
# upload to Package Registry
|
||||||
upload: build
|
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 to observe log messages
|
||||||
console:
|
console:
|
||||||
|
|
@ -51,7 +51,7 @@ coverage:
|
||||||
lint:
|
lint:
|
||||||
uv run ruff check .
|
uv run ruff check .
|
||||||
markdownlint-cli2 .
|
markdownlint-cli2 .
|
||||||
twine check --strict dist/*
|
uv run twine check --strict dist/*
|
||||||
|
|
||||||
# pretend we are CI
|
# pretend we are CI
|
||||||
ci: lint
|
ci: lint
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue