Skip to content

Commit 671890f

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

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
@@ -93,6 +93,6 @@ jobs:
9393
- name: Publish to conda
9494
run: |
9595
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
96+
bash miniconda.sh -b -p /miniconda
9797
miniconda/conda config --set anaconda_upload yes
9898
miniconda/conda build .conda --token ${{ secrets.CONDA_TOKEN }} --strict-verify

0 commit comments

Comments
 (0)