Skip to content

Commit 060be06

Browse files
committed
ops: config conda upload
1 parent fcfd452 commit 060be06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,6 @@ jobs:
9494
run: |
9595
wget https://repo.anaconda.com/miniconda/Miniconda3-py39_4.12.0-Linux-x86_64.sh -O miniconda.sh
9696
bash miniconda.sh -b -p ./miniconda
97+
miniconda/bin/conda install conda-build
9798
miniconda/bin/conda config --set anaconda_upload yes
9899
miniconda/bin/conda build .conda --token ${{ secrets.CONDA_TOKEN }} --strict-verify

0 commit comments

Comments
 (0)