diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 68fc5b4..216628f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,4 +29,4 @@ jobs: ANACONDA_API_TOKEN: ${{ secrets.CONDA_UPLOAD_TOKEN }} run: | conda config --set anaconda_upload yes - conda build conda-forge --user ilastik-forge conda-recipe + conda build -c conda-forge --user ilastik-forge conda-recipe