Skip to content

Commit 7608d54

Browse files
committed
attempt
1 parent 3935e56 commit 7608d54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/conda_release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ jobs:
8989
- name: Upload to Anaconda.org
9090
env:
9191
ANACONDA_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
92+
ANACONDA_USER: ${{ secrets.ANACONDA_USER }}
9293
run: |
9394
PACKAGE=$(ls conda-build-artifacts/linux-64/cpp-python-tool-template-${{ steps.vars.outputs.VERSION }}-*.tar.bz2)
9495
anaconda -t $ANACONDA_TOKEN upload $PACKAGE --user $ANACONDA_USER --label main --force

0 commit comments

Comments
 (0)