-
Notifications
You must be signed in to change notification settings - Fork 8
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
CI: build sdist and wheels (Linux & MacOS) #35
Conversation
78e23a3
to
a8b5453
Compare
Both inside the install_3rdparty script and for building the python extension.
ci build wheels errors on macOS.
BTW, if you update Line 21 in 38d3bf9
to I bumped testing to use Python 3.10+ (#36), so matching our requirements to that might be best. |
Looks like we'll need to build and install openssl manually on macos :-/ |
Could also (or at least for now) bump the deployment target (it just means the wheels are only installable on recent macos) |
Unfortunately we cannot set lower target versions until we use an alternative way to install openssl (e.g., build it from source). OpenSSL Homebrew packages were built with higher target versions.
Co-authored-by: Joris Van den Bossche <[email protected]>
Success! Will have to add an upload step now to further verify that it actually works |
Yes finally! We'll need to add windows too (maybe in a follow-up PR). |
We'll also need to include the licenses of the dependencies in the wheels. |
Everything is green! I'm going to merge this PR now and release 0.0.1 so we can test if all the files are correctly uploaded to pypi. I'm also going to submit a PR to conda-forge/staged-recipes. |
Great! |
No description provided.