Skip to content

Commit 5a3345d

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/workflow.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ jobs:
9292

9393
- name: Publish to conda
9494
run: |
95-
wget https://repo.anaconda.com/miniconda/Miniconda3-py39_4.12.0-Linux-x86_64.sh -O miniconda.sh
96-
bash miniconda.sh -b -p ./miniconda
97-
miniconda/bin/conda install conda-build
98-
miniconda/bin/conda config --set anaconda_upload yes
99-
miniconda/bin/conda build .conda --token ${{ secrets.CONDA_TOKEN }} --strict-verify
95+
wget https://repo.anaconda.com/miniconda/Miniconda3-py39_4.12.0-Linux-x86_64.sh -O ~/miniconda.sh
96+
bash ~/miniconda.sh -b -p ~/miniconda
97+
~/miniconda/bin/conda install conda-build
98+
~/miniconda/bin/conda config --set anaconda_upload yes
99+
~/miniconda/bin/conda build .conda --token ${{ secrets.CONDA_TOKEN }} --strict-verify

0 commit comments

Comments
 (0)