numba / numba-rvsdg

Numba compatible RVSDG (Regionalized Value State Dependence Graph) utilities.
https://numba-rvsdg.readthedocs.io/
BSD 2-Clause "Simplified" License
18 stars 7 forks source link

Add `conda` package building to `release.yml` #99

Open esc opened 1 year ago

esc commented 1 year ago

Currently the release.yml only produces sdist and wheel artifacts. As part of the release process, as a developer, I also want this workflow to produce conda packages. They should be built and uploaded to the GitHub release in addition to the PyPi generated packages.