wave
wave copied to clipboard
feat: Include waved binary in Conda distributions #2266
The PR fulfills these requirements: (check all the apply)
- [x] It's submitted to the
mainbranch. - [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
uifolder, 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):
This PR also features a new gh action which only uploads already built packages into Anaconda cloud.
Closes #2266
@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.