Skip to content

Commit

Permalink
Update upload_conda.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bcc2761 authored Jan 31, 2024
1 parent 0c6a9d6 commit be3da40
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/upload_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:
uses: actions/checkout@v2
- name: Run Docker to Build and Upload
run: |
conda config --append channels conda-forge bcc2761
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
Expand Down

0 comments on commit be3da40

Please sign in to comment.