InsightSoftwareConsortium / itk-dreg

A framework for distributed large-scale image registration
http://itk-dreg.readthedocs.io/
Apache License 2.0
5 stars 2 forks source link

ENH: Update CI with workflow to build and upload wheels #13

Closed tbirdso closed 9 months ago

tbirdso commented 9 months ago

Adds CI build workflow to package pure Python itk_dreg wheels and upload them as GitHub Actions artifacts. Updates unit testing to depend on the packaged wheel artifact for purity.

Given that itk_dreg is a pure Python module, we can easily create cross-platform wheels with the pip wheel command.

Once wheels are available as artifacts we can subsequently pursue automation to publish to PyPI.

Partially addresses #9