Set up GitHub Actions for automated testing and publishing. - [ ] Unit tests on push (make test — Python + Rust + C++) - [ ] Publish Python to PyPI on tag - [ ] Publish Rust to crates.io on tag - [ ] Build release binaries (bmapctl for x86_64/aarch64)
Set up GitHub Actions for automated testing and publishing.