QIICR / dcmqi

dcmqi (DICOM for Quantitative Imaging) is a free, open source C++ library for conversion between imaging research formats and the standard DICOM representation for image analysis results
https://qiicr.gitbook.io/dcmqi-guide/
BSD 3-Clause "New" or "Revised" License
228 stars 62 forks source link

Separate build and publish phase in CI. #477

Closed michaelonken closed 9 months ago

michaelonken commented 9 months ago

This allows for building without publishing as required for PR-triggered builds.

This only updates the windows workflow, so far.