We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 671890f commit db5d8cfCopy full SHA for db5d8cf
.github/workflows/workflow.yml
@@ -93,6 +93,6 @@ jobs:
93
- name: Publish to conda
94
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
+ 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
0 commit comments