Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed option '--universal2' breaks wheel support for Apple Silicon (Mac OS X arm64) #35

Open
scrabscrap opened this issue Apr 22, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@scrabscrap
Copy link

After removing '--universal2' in CI.yml (commit 05921cf) the build generates only x86 Mac OS X wheels.

      with:
        command: build
-       args: --release -o dist --universal2
+       args: --release -o dist

from pypi.org:
Version 0.0.19: netifaces2-0.0.19-cp37-abi3-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Version 0.0.21: netifaces2-0.0.21-cp37-abi3-macosx_10_12_x86_64.whl
Version 0.0.22: netifaces2-0.0.22-cp37-abi3-macosx_10_12_x86_64.whl

@SamuelYvon
Copy link
Owner

That seems to be a misunderstanding on my part for the cli options. Will be fixing ASAP.

@SamuelYvon SamuelYvon self-assigned this Apr 24, 2024
@SamuelYvon SamuelYvon added the bug Something isn't working label Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants