h2oai / wave

Realtime Web Apps and Dashboards for Python and R
https://wave.h2o.ai
Apache License 2.0
3.98k stars 328 forks source link

feat: Include waved binary in Conda distributions #2266 #2303

Open marek-mihok opened 6 months ago

marek-mihok commented 6 months ago

The PR fulfills these requirements: (check all the apply)

Waved binaries are now included inside conda packages! 🎉

As of today building of platform-specific packages supporting multiple python versions is not supported by Conda, so we need to build packages for each python version individually and we end up with 21 packages total (4 architectures * 5 python versions + 1 noarch package without waved binary):

image

This PR also features a new gh action which only uploads already built packages into Anaconda cloud.

Closes #2266

marek-mihok commented 6 months ago

@mturoci I didn't have a chance to test new gh workflows so there is a possibility of failure, however I've tried to prepare everything for it to pass on the first try.