BerkeleyAutomation / python-fcl

Python binding of FCL library
BSD 3-Clause "New" or "Revised" License
203 stars 58 forks source link

feat: macos arm wheels #58

Closed jackbow closed 1 year ago

jackbow commented 1 year ago

This produces macos arm wheels in the github actions and upgrades the pypa/cibuildwheel to v2.12.0. Here's a test run of push.yml.

The wheel builder action warns that the arm builds aren't able to be tested yet, but it'll release in a future version. If this is a concern it can be added to the readme as a warning for macos arm users. Also, the warning can be disabled by adding CIBW_TEST_SKIP: '*-macosx_arm64' to the env section of the pypa/cibuildwheel action.

mikedh commented 1 year ago

This looks awesome, thanks for the PR! Would you mind bumping the version in this PR, then I'll merge #59, cancel CI release run, then merge this?

mikedh commented 1 year ago

Sweet would you mind resolving the conflict and then we can get this released, thanks for the work on this!