SAME-Project / same-project

https://sameproject.ml/
Apache License 2.0
19 stars 8 forks source link

Get building binaries via PyOxiderizer working in CI #21

Closed aronchick closed 2 years ago

lukemarsden commented 2 years ago

this is too complicated, PyOxidizer doesn't let us cross-compile binaries so we would need a macOS runner in CI, which is complicated enough for x86_64, let alone if we want aarch64 ("M1") support.

SAME is pure python, we will distribute it using PyPI.