Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 234 Bytes

DEVELOP.md

File metadata and controls

14 lines (10 loc) · 234 Bytes

Development

To test the build locally first, run:

python3.12 -m build &> build.log

To release a new version to both GitHub and PyPI, run:

git tag -s -m "does this GitHub Action work?" v0.0.1
git push --tags