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 fcfd452 commit 060be06Copy full SHA for 060be06
.github/workflows/workflow.yml
@@ -94,5 +94,6 @@ jobs:
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
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