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
FFI release infra (#28)
Implements release rules / workflows for the FFI library. Python wheel
is built using manylinux and the C static library uses cargo-zigbuild to
lock the glibc library version for wide compatibility. MacOS releases
are also supported via a runner matrix.