Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 187 Bytes

BUILDING.md

File metadata and controls

9 lines (7 loc) · 187 Bytes

Building a release

  • Tag a new release with git if necessary.

  • Create sdist distribution:

    pip install -q build
    python -m build  # will build sdist and wheel