SamuelYvon / netifaces-2

netifaces reborn
https://pypi.org/project/netifaces2/
MIT License
21 stars 7 forks source link

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

Open scrabscrap opened 2 months ago

scrabscrap commented 2 months ago

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 commented 2 months ago

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