AIM-Harvard / pyradiomics

Open-source python package for the extraction of Radiomics features from 2D and 3D images and binary masks. Support: https://discourse.slicer.org/c/community/radiomics
http://pyradiomics.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
1.11k stars 485 forks source link

CI: Add MacOS Conda deployment step #826

Open JoostJM opened 1 year ago

JoostJM commented 1 year ago

Recently, CI for MacOs was moved to CircleCI. Wheels intended for PyPi distribution are build as part of the general testing, including wheels for MacOS. However, conda deployment is handled in a separate step, which in CircleCI currently only handles distribution of Linux Packages. Therefore, add a conda-deployment step to generate and upload pyradiomics packages for conda on MacOS.