Desktop app for drafting, tracing, and generating pattern fills for laser/vector workflows.
python main.pypipx install .
simple-stipplepip install .[cad]From your Mac, create and push a version tag to trigger the GitHub Actions release workflow for both platforms:
./scripts/release.sh v0.1.0That single tag push builds and publishes:
- Windows executable:
SimpleStipple.exe - macOS disk image:
SimpleStipple-macOS.dmg
If you prefer manual steps, do the equivalent:
git tag -a v0.1.0 -m "Release v0.1.0"
git push origin v0.1.0