NOAA-GFDL / FRE-NCtools

Tools for manipulating and creating netCDF inputs for FMS managed models
GNU Lesser General Public License v3.0
20 stars 28 forks source link

Publish tagged releases to noaa-gfdl anaconda channel #224

Open ceblanton opened 1 year ago

ceblanton commented 1 year ago

Is your feature request related to a problem? Please describe. It is convenient for users to be able to install the latest release fre-nctools with:

conda install -c noaa-gfdl fre-nctools

Describe the solution you'd like A github CI-driven process to build the conda package and then upload it to the noaa-gfdl anaconda channel:

https://anaconda.org/NOAA-GFDL/repo

Describe alternatives you've considered

Additional context

Publishing a conda package through gitlab CI is a somewhat well-trodden path, and there is a github action to do this: https://github.com/marketplace/actions/build-and-upload-conda-packages