v0.1.2
Bug Fixes
- Disable C++ extension in unit tests to prevent native transport
start()
from blocking on Windows during cibuildwheel test runs. Unit tests now always
exercise the pure-Python path via an autouse conftest fixture. - Trigger wheel builds on tag push instead of release event, fixing wheels not
being built on new releases.
Miscellaneous
- Bump
actions/checkoutfrom 4 to 6.