Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 220 Bytes

DEVELOP.md

File metadata and controls

14 lines (10 loc) · 220 Bytes

Development

To test the build locally first, run:

python3.12 -m build &> build.log

To release a new version to GitHub, run:

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