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

Fix wheel building for 3.12 #223

Merged
merged 10 commits into from Feb 9, 2024
Merged

Fix wheel building for 3.12 #223

merged 10 commits into from Feb 9, 2024

Conversation

paddyroddy
Copy link
Contributor

Fixes #221. Have tested in CI on my own fork and appears to work. Not sure exactly what was required, but I've made the CI generally more readable, and updated versions of actions.


- name: Install cibuildwheel
run: |
python -m pip install --upgrade pip
python -m pip install cibuildwheel==2.12.0
python -m pip install cibuildwheel
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you want to pin, I've tested with 2.16.5. But I'm not sure if it is worth it, really.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, interesting. So the mistake was pinning in the first place.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it might have also been the 3.7 python version for the pip install, but not sure

Comment on lines -100 to +113
name: artifact
pattern: artifact-*
merge-multiple: true
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

with:
name: artifact-sdist
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

with:
path: |
name: artifact-wheel-${{ matrix.cpversion }}-${{ matrix.os.cibw-arch }}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alecjacobson alecjacobson merged commit 84e03f5 into libigl:main Feb 9, 2024
28 checks passed
@paddyroddy paddyroddy mentioned this pull request Feb 9, 2024
@paddyroddy
Copy link
Contributor Author

Will be there a release to support 3.12 soon @alecjacobson?

@alecjacobson
Copy link
Contributor

Hopefully this will succeed and I'll push a 2.5.1 release to pip https://github.com/libigl/libigl-python-bindings/actions/runs/8392415109

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.

None yet

2 participants