Don't build universal wheels on Mac #1442
Labels
🚀 performance
Optimization, memory use, etc
🐍 Python API
Python logging API
⛴ release
Related to shipping or publishing
Our Mac wheels are universal, i.e. work on both
x64
andaarch64
. This effectively doubles their size, which is the problem.So let's build one
x64
wheel and oneaarch64
wheel for mac, and publish both.The text was updated successfully, but these errors were encountered: