Skip to content

fix: verify Windows wheel RECORD paths - #12

Merged
goblinmode2700 merged 1 commit into
mainfrom
release/0.3.0b4-windows-record
Aug 14, 2026
Merged

fix: verify Windows wheel RECORD paths#12
goblinmode2700 merged 1 commit into
mainfrom
release/0.3.0b4-windows-record

Conversation

@goblinmode2700

Copy link
Copy Markdown
Owner

What changed

Normalize Windows backslashes before identifying the native extension in wheel RECORD verification. Add a regression test using the exact msgspec_toon\_native.pyd form emitted by the Windows wheels.

Root cause

The release verifier hashed every installed Windows wheel file successfully, but its native-extension coverage flag only recognized POSIX separators. All four Windows verification jobs therefore failed after successful build and installation.

Validation

  • uv run --no-sync pytest tests/test_release_artifacts.py -q
  • make qualify
  • 43 Rust tests
  • 465 Python tests, 11 expected skips
  • TOON 4.1.1 corpus: 538/538
  • G2 allocation proof: pass

This is release-harness-only; it does not change codec behavior or version metadata.

@goblinmode2700
goblinmode2700 merged commit 33daa52 into main Aug 14, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant