Skip to content

commented out noaa-gfdl channel and chris.blanton #33

commented out noaa-gfdl channel and chris.blanton

commented out noaa-gfdl channel and chris.blanton #33

Workflow file for this run

name: publish_conda
on:
push:
branches:
- main
jobs:
build_and_publish:
runs-on: ubuntu-latest
container:
image: continuumio/miniconda3:latest
steps:
- name: Checkout Files
uses: actions/checkout@v2
- name: Run Docker to Build and Upload
run: |
conda config --append channels conda-forge
# conda config --append channels chris.blanton
# conda config --append channels noaa-gfdl
conda config --append channels bcc2761
conda install conda-build anaconda-client
anaconda login --username ${{ secrets.ANACONDA_USERNAME }} --password ${{ secrets.ANACONDA_PASSWORD }}
conda config --set anaconda_upload yes
conda build .