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
macOS wheels were being linked without OpenSSL due because the build script was not able to correctly detect that the library was installed. This only happens when running inside the cibuildwheel container, even though OpenSSL is actually installed.
The OpenSSL detection is bypassed by using --enable-openssl.
0 commit comments