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

Include package building in `test.yml` workflow. #98

Open esc opened 1 year ago

esc commented 1 year ago

The test.yaml workflow only tests the installation via pip and tests the software. As a developer I would like to see inclusion of testing the package building too to make sure that none of my PRs break packaging. The idea is to try to build a sdist and wheel for PyPi and a noarch package using conda and to check that these packages are sane, i.e. they can be installed and the included tests can be run successfully.