-
Notifications
You must be signed in to change notification settings - Fork 20
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
Fix OSX compilation #200
Fix OSX compilation #200
Conversation
…nux - use the system Python
…g from a generated .whl file; add py312 to the test matrix
@mpmdean, I was able to produce wheels for MacOS as well, however, when trying to build the documentation with the versions, it fails on importing |
Hi @mrakitin Thanks for the progres. Yes, the current conda-forge package for edrixs can be installed and run on MacOS (Intel x86_64 arch). I just did a fresh test of this on an old mac we have here. I have always had trouble building locally on a mac, however. |
This PR enables publishing wheels to PyPI. At the moment we are only building Linux wheels (tested on both Ubuntu and RedHat OSs).