Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 482 Bytes

File metadata and controls

43 lines (29 loc) · 482 Bytes

How to develop

Requirement

Setup

mise install
mise generate git-pre-commit -w
uv sync

Lint

mise run pre-commit

Fetch latest jar file

mise run download-latest-jar

Run tests for all unpublished versions without publishing

mise run test-unpublished-versions

Test

mise run test

Publish all unpublished versions to PyPI (for CI)

mise run publish