Skip to content

Commit be34a42

Browse files
committed
attempt
1 parent 7253c33 commit be34a42

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/conda_release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ jobs:
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
@@ -91,5 +92,5 @@ jobs:
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

0 commit comments

Comments
 (0)