diff --git a/justfile b/justfile index d6de3a1..c7b587a 100644 --- a/justfile +++ b/justfile @@ -46,10 +46,13 @@ lint: lint-python lint-markdown clean: rm dist/*.whl dist/*.tar.gz -ci: +ci: lint prek run --all-files # woodpecker-cli exec "whatever" release: @echo remember to git tag and update pyproject.toml uv build + # upload to package registry + # send newsletter + # take over the world