Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 489 Bytes

DEVELOPMENT.md

File metadata and controls

40 lines (26 loc) · 489 Bytes

How to develop

Requirement

  • python>=3.9
  • java

Setup

Open Dev Container in the cloned project.

Lint

task lint

Fetch latest jar file

task download-latest-jar

Run tests for all unpublished versions without publishing

task test-unpublished-versions

Test

task test

Publish all unpublished versions to PyPI (for CI)

task publish