Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 185 Bytes

release.md

File metadata and controls

8 lines (7 loc) · 185 Bytes

Release Steps

  • Change version in pyproject.toml
  • git commit pyproject.toml -m "Version 0.2"
  • git tag -a 0.x -m "Version 0.x"
  • git push --tags
  • flit publish