Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 263 Bytes

BUILDING.md

File metadata and controls

24 lines (17 loc) · 263 Bytes

Building

Publish new version

rm -rf dist
uv build
UV_PUBLISH_TOKEN="pypi token here" uv publish

Format and lint

uv run ruff format
uv run ruff check

Log

Enable log with

LOG_LEVEL=DEBUG python main.py