-
Notifications
You must be signed in to change notification settings - Fork 7
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
Try to fix macOS wheel build #41
Conversation
macos-latest is arm, so not sure if x86 wheels can be built on that: https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories
Can you temporarily set the yaml to
so that we can test the wheel building on this branch? |
I guess since I don't check for a tag, you should also comment out the release part while testing on this branch |
I'm not sure why but the wheels aren't building on CI in this PR. Are the actions running on your fork? |
Yes they are running here 👍 |
This reverts commit 9f53fa1.
The build seems to be successful, so I reverted the temporary changes. |
Ok, I force pushed the v0.2.8 tag again, so wheels are attempting to build from main now |
Looks like 0.2.8 is on pypi: https://pypi.org/project/pydelatin/0.2.8/#files Can you try that out? |
Works great, thank you!
|
Follow up of #37.
Note: Somehow I can't run the workflows locally anymore, so this is kind of a shot in the dark.
glm
to the path. I needed to do that locally, so this might also work on the runner.macos-13
instead ofmacos-latest
, becausemacos-latest
uses M1 processors and I'm not sure if x86 wheels can be built.