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 wheel rename on macOS dev wheel uploads (#1026)
A recent change in the build environment means macOS 14 builds (for
arm64) are also labeled as universal2 wheels, whereas before it would
only be _some_ macOS 12 builds (for x86) that were labeled as such.
Ensure universal2 wheels are labeled correctly for each architecture.
0 commit comments