wave icon indicating copy to clipboard operation
wave copied to clipboard

feat: Include waved binary in Conda distributions #2266

Open marek-mihok opened this issue 1 year ago • 1 comments

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

  • [x] It's submitted to the main branch.
  • [x] When resolving a specific issue, it's referenced in the PR's title (e.g. feat: Add a button #xxx, where "xxx" is the issue number).
  • [x] When resolving a specific issue, the PR description includes Closes #xxx, where "xxx" is the issue number.
  • [ ] If changes were made to ui folder, unit tests (make test) still pass.
  • [ ] New/updated tests are included

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 avatar Mar 27 '24 11:03 marek-mihok

@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.

marek-mihok avatar Mar 27 '24 11:03 marek-mihok