File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1515 steps :
1616 - uses : conda-incubator/setup-miniconda@v3
1717 with :
18- miniconda-version : " latest"
19- channels : bioconda, conda-forge, defaults
18+ mamba-version : " *"
19+ channels : conda-forge, defaults
20+ channel-priority : true
2021 use-only-tar-bz2 : true # IMPORTANT: This needs to be set for caching to work properly!
2122 auto-update-conda : true
2223 auto-activate-base : true
9192 env :
9293 ANACONDA_TOKEN : ${{ secrets.ANACONDA_TOKEN }}
9394 run : |
94- PACKAGE=$(ls conda-build-artifacts/linux-64/${GITHUB_REPOSITORY##*/} -${{ steps.vars.outputs.VERSION }}-*.tar.bz2)
95+ PACKAGE=$(ls conda-build-artifacts/linux-64/cpp-python-tool-template -${{ steps.vars.outputs.VERSION }}-*.tar.bz2)
9596 anaconda -t $ANACONDA_TOKEN upload $PACKAGE --user $ANACONDA_USER --label main --force
You can’t perform that action at this time.
0 commit comments