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

0 comments on commit 5b2a0e7

Please sign in to comment.