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: prefer architecture-specific wheels over universal for macOS
This is what poetry also seems to do. It should lead to smaller
downloads if both are available and avoiding universal wheels that are
actually just arm64 or x86_64, which I've seen in the wild.
0 commit comments