Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

Latest commit

 

History

History
17 lines (9 loc) · 256 Bytes

File metadata and controls

17 lines (9 loc) · 256 Bytes
  1. Verify tests pass.

  2. Tag the commit

    git tag 1.2.3
    
  3. Push new version bump commit and tag to github

    git push trunk --tags
    
  4. Build source and wheel packages

    make dist
    
  5. Upload packages to PyPI

    make release