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: force platform-specific wheels instead of py3-none-any
- Add setup.py with BinaryDistribution to mark package as platform-specific
- This ensures manylinux wheels include architecture (manylinux_2_17_x86_64 vs manylinux_2_17_aarch64)
- Download wheels separately (merge-multiple: false) to prevent filename collisions
- Fixes issue where both linux/amd64 and linux/arm64 created identical py3-none-any.whl filenames
0 commit comments