-
Notifications
You must be signed in to change notification settings - Fork 53
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
Build wheel for Python 3.10 and Apple M1 #64
Comments
Just came to ask the same! I really appreciate how well this wrapper works, and it suits many purposes; an osx_arm64 version would be very useful to me and I'm sure to many others. |
@connorferster : It looks like there is actually a GitHub action in here that uses The problem seems to actually be in publishing to PyPI. That same action also has code for publishing - but there's something weird going wrong with it. PyPI.org says that the most recent version of triangle is 20220202, but both I and one of my colleagues are seeing that
Forcing
|
Exactly, I need it current on PyPI :( |
Given that there seems to be quite a few people with the same (long-standing) issue, and this package is LGPL, it may be worth forking it and creating a new PyPI repo... |
The library already uses cibuildwheel to automate builds, but not sure how to add support for Apple M1. If you could provide a pull request that works, I'd be happy to merge it. |
Hi @drufat!
Thank you for this excellent Triangle wrapper. We use it in sectionproperties and, by extension, concreteproperties.
Your package is quite popular and I think that, as Python 3.10 is becoming more widely adopted, it would be wonderful if you were willing to publish an update in PyPI with wheels built for all platforms with all of the latest versions of Python.
I believe that this can be done automatically through GitHub actions using this tool: https://github.com/pypa/cibuildwheel.
Thank you for taking the time to consider this request and thank you for your contributions which allow us to build great tools from your Triangle wrapper.
The text was updated successfully, but these errors were encountered: