goldenmatch v1.7.1
Patch release fixing the v1.7.0 PyPI publish failure.
What changed
- Wheel build no longer ships duplicate
web/static/.gitkeep(was:force-include+packagesboth included it -> PyPI 400). - Publish workflow now runs
scripts/build_web.pybeforepython -m build, sogoldenmatch[web]actually ships the staged frontend assets in the wheel.
v1.7.0 was tagged on GitHub but never landed on PyPI; v1.7.1 is the first 1.7.x to reach PyPI.
See PR #96 for details.