We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
NOAA-GFDL#224 Added basic conda build recipe and build script.
93f9cda
"conda build ." worked on the workstations, and conda install worked on the thin client.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: