libgit2 / pygit2

Python bindings for libgit2
https://www.pygit2.org/
Other
1.59k stars 383 forks source link

fetch wheel from macos11.pkg for Python3.10 #1093

Closed skshetry closed 2 years ago

skshetry commented 2 years ago

I still haven't been able to build wheel in macos yet. bdist_wheel builds platform-based wheel locally but it builds universal wheel on the CI.

See: https://github.com/skshetry/pygit2/runs/3816156599?check_suite_focus=true#step:4:579

Any help on this would be great. Thanks.