Skip to content

goldenmatch v1.7.1

Choose a tag to compare

@benzsevern benzsevern released this 06 May 22:28
83bc9fe

Patch release fixing the v1.7.0 PyPI publish failure.

What changed

  • Wheel build no longer ships duplicate web/static/.gitkeep (was: force-include + packages both included it -> PyPI 400).
  • Publish workflow now runs scripts/build_web.py before python -m build, so goldenmatch[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.