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: codesign all Mach-O binaries for notarization, not just .dylib/.so
Use `file` to detect Mach-O binaries instead of matching extensions.
Fixes notarization failure for Python framework builds in CI where
Python, Python.framework/Python etc. are unsigned executables.
0 commit comments