Skip to content
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

add wheel building action #157

Draft
wants to merge 53 commits into
base: main
Choose a base branch
from
Draft

add wheel building action #157

wants to merge 53 commits into from

Conversation

MOmarMiraj
Copy link
Contributor

@MOmarMiraj MOmarMiraj commented Mar 4, 2025

This PR will automate our python wheel building and publishing to PyPi to a GitHub action. This action will run when the RC branches are merged. This has been tested on the fork of my branch here.

I kept the build-wheels.sh script as fallback incase the action ever breaks and we need to run it manually.

One current issue is all MacOS targets are being build for MacOS version 11.0+ which is incorrect. All x86_64 versions should be 10.9+ unless its Python 3.13 which than it has to be 10.13+. This has to be done in our closed repo when we create the shared libraries. That should be tackled before this MR is merged.

@MOmarMiraj MOmarMiraj self-assigned this Mar 5, 2025
@MOmarMiraj MOmarMiraj requested a review from hculea March 5, 2025 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant