chore: release v0.23.1#157
Merged
lostmygithubaccount merged 1 commit intomainfrom Apr 13, 2026
Merged
Conversation
Hotfix release picking up the two release-path regressions from v0.23.0: - #155 (macOS): reserve Mach-O headerpad so install_name_tool can apply the rpath fix from #152 without exhausting load-command space. Fixes release-github.yml on both x86_64-apple-darwin and aarch64-apple-darwin. - #156 (Linux): build wheels via cargo-zigbuild / maturin --zig so the compiled .so cross-links against a glibc 2.17 sysroot instead of the build host's glibc 2.39. Wheels now legitimately meet manylinux_2_17 compliance, auditwheel is happy. Also adds a `publish: boolean, default: false` gate to release-python.yml and release-github.yml so workflow_dispatch verify runs no longer auto-ship to PyPI / create stray GitHub Releases. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
✅ Deploy Preview for zortodev canceled.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hotfix release picking up the two release-path regressions from v0.23.0:
install_name_toolcan apply the rpath fix from fix(release): install_name_tool rpath for relocatable macOS binary (closes #146 + #147) #152 without exhausting load-command space.maturin --zigso the compiled .so cross-links against a glibc 2.17 sysroot regardless of build-host glibc. Wheels now actually meetmanylinux_2_17compliance. Also adds apublish: boolean, default: falsegate to release workflows soworkflow_dispatchverify runs don't auto-ship.Full RCA in the session notes; both fixes workflow_dispatch-verified green before landing.