Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 324 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (6 loc) · 324 Bytes

For maintainers

Build and publish package

  1. Change version argument in setup.cfg
  2. Git tag and push it to Github repository. (e.g. git tag v0.1.0 && git push origin v0.1.0)
  3. mojimoji is automatically built and published to pypi by github actions

See .github/workflows/*.yml for the configuration of CI.