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 8f3ddad commit 87d838c
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 @@ -16,7 +16,7 @@ jobs:
conda config --append channels conda-forge
conda config --append channels bcc2761
conda install conda-build anaconda-client
conda install conda-forge::intake-esm
# conda install conda-forge::intake-esm
anaconda login --username ${{ secrets.ANACONDA_USERNAME }} --password ${{ secrets.ANACONDA_PASSWORD }}
conda config --set anaconda_upload yes
conda build .

0 comments on commit 87d838c

Please sign in to comment.