-
Notifications
You must be signed in to change notification settings - Fork 170
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
Wheels macos #379
Wheels macos #379
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like this PR only handles the release workflow. Is the intent to rely on the existing Kokoro pipeline for verifying the MacOS build on pull requests?
Given that we'll need Kokoro for testing GPU and AVX512 builds regardless, this would be a valid choice - just want to confirm.
@95-martin-orion I added two separate workflows for building the wheels, one for releases with the upload to the PyPI and the other for PRs and merges to master for testing purposes. Is that what you expected? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, this looks good to me - and it looks like it will run as part of this PR, so we'll have clear confirmation that it works.
This PR addresses a cross-platform wheels issue and adds support for building and uploading MacOS wheels for cp36, cp37, cp38, cp39 on x86_64 architecture.