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 705fed6 commit 8ea02b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/upload_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
# conda config --append channels noaa-gfdl
conda config --append channels bcc2761
conda install conda-build anaconda-client
anaconda -t bc-20e9ae2b-3e1c-4bd2-9fb3-c40debed12c8 login
export ANACONDA_API_TOKEN=bc-20e9ae2b-3e1c-4bd2-9fb3-c40debed12c8
# anaconda -t bc-20e9ae2b-3e1c-4bd2-9fb3-c40debed12c8 login
# anaconda login --username ${{ secrets.ANACONDA_USERNAME }} --password ${{ secrets.ANACONDA_PASSWORD }}
conda config --set anaconda_upload yes
conda build .

0 comments on commit 8ea02b5

Please sign in to comment.