Skip to content

Commit fcfd452

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,5 @@ 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/conda config --set anaconda_upload yes
98-
miniconda/conda build .conda --token ${{ secrets.CONDA_TOKEN }} --strict-verify
97+
miniconda/bin/conda config --set anaconda_upload yes
98+
miniconda/bin/conda build .conda --token ${{ secrets.CONDA_TOKEN }} --strict-verify

0 commit comments

Comments
 (0)