Skip to content

Commit f0893d1

Browse files
committed
ops: config conda upload
1 parent d6b270f commit f0893d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ jobs:
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
9797
miniconda/conda config --set anaconda_upload yes
98-
miniconda/conda build .conda --token ${{ secrets.CONDA_TOKEN }} --strict-verify
98+
miniconda/conda build .conda --token ${{ secrets.CONDA_TOKEN }} --strict-verify

0 commit comments

Comments
 (0)