We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d16eb6d commit 3856638Copy full SHA for 3856638
.github/workflows/building-conda.yml
@@ -45,11 +45,11 @@ jobs:
45
shell:
46
bash -l {0}
47
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}
+ - name: Publish Conda package
+ run: |
+ conda install anaconda-client --yes
+ anaconda upload --force --label main $HOME/conda-bld/*/*.tar.bz2
+ env:
+ ANACONDA_API_TOKEN: ${{ secrets.CONDA_TOKEN }}
+ shell:
+ bash -l {0}
0 commit comments