Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 281 Bytes

DEVELOPMENT.md

File metadata and controls

20 lines (11 loc) · 281 Bytes

Setup

rye sync

Development flow

  • Use rye test to run tests
  • Use rye fmt to run linter and auto fix findings if possible

Release flow

  • Use rye version to update version
  • Use rye build to build package
  • Use rye publish to publish package