You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(release): install OpenSSL dev headers in manylinux build; bump to 0.1.22
The 0.1.21 release tagged but never published — every Linux wheel job
failed at build time with 'Could not find openssl via pkg-config'. The
manylinux_2_28 base image ships without OpenSSL development headers,
which the new native-tls path now needs.
- Add openssl-devel/libssl-dev install to before-script-linux
(covers manylinux_2_28 dnf, CentOS yum, Debian apt)
- Bump version to 0.1.22 (tag-only retry on top of 0.1.21 deps)
- CHANGELOG entry for 0.1.22 + warn on 0.1.21
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments