-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Linux wheel support in github workflow #188
Comments
We're apprehensive of adding Linux binaries due to the multitudes of Linux distros and our lack of testing on them.
If you're asking about nightly builds, we currently only plan to push wheels on version updates. |
@Sinacam we're using for now we are storing linux-wheels on our own package-registry, but it would be preferable to have them available on pypi. #190 already has all the ci-changes required to do proper matrix-build targetting windows+linux+macos. looking forward to hearing fro myou. |
Sorry for the late reply. |
@Sinacam what would you need to feel like you can guarantee the correctness? what's the path forward here? |
@Sinacam any update on this? |
@betaboon I'm sorry for the large delay, I thought I got back to you already and completely forgot that I didn't.
Our tests have large manual elements in them and performing tests on different platforms are tedious. In an ideal world, we will have complete automated test suites with perfect accuracy, but we're a school research team so this type of engineering effort is hard to justify and hard to maintain long term as members come and go. So unfortunately, no plans to provide Linux binaries. |
Hello,
I am wondering if there are plans on adding linux support in the provided
wheel.yml
file?Maybe this is related to @yxliu-ntu who initially added the github actions support.
Are there also plans in automatically pushing created wheels to PyPi?
The text was updated successfully, but these errors were encountered: