-
Notifications
You must be signed in to change notification settings - Fork 197
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
updated maturin version and ccargo build to build yml #1136
updated maturin version and ccargo build to build yml #1136
Conversation
@andygrove I will tried to get the rest of the jobs fixed tomorrow. |
@andygrove checks passed, had to remove maturin github action and manually implement because it couldn't resolve |
@andygrove @milenkovicm update python requirement to align with #1141 of python >=3.7 |
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.
Thanks @tbar4! Much appreciated.
Which issue does this PR close?
Closes #1135
Rationale for this change
This change will allow us to create python wheel files for several different platforms.
What changes are included in this PR?
A github build file for python wheels will be added and we will also be updating maturin from 0.6.0 t0 1.6.0
Are there any user-facing changes?
There are no user facing changes