Skip to content

Commit 3856638

Browse files
committed
add back publish
1 parent d16eb6d commit 3856638

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/building-conda.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ jobs:
4545
shell:
4646
bash -l {0}
4747

48-
# - name: Publish Conda package
49-
# run: |
50-
# conda install anaconda-client --yes
51-
# anaconda upload --force --label main $HOME/conda-bld/*/*.tar.bz2
52-
# env:
53-
# ANACONDA_API_TOKEN: ${{ secrets.CONDA_TOKEN }}
54-
# shell:
55-
# bash -l {0}
48+
- name: Publish Conda package
49+
run: |
50+
conda install anaconda-client --yes
51+
anaconda upload --force --label main $HOME/conda-bld/*/*.tar.bz2
52+
env:
53+
ANACONDA_API_TOKEN: ${{ secrets.CONDA_TOKEN }}
54+
shell:
55+
bash -l {0}

0 commit comments

Comments
 (0)