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: 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue