diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index c6111f8..0624d3d 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -47,4 +47,4 @@ jobs: ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }} run: | conda config --set anaconda_upload yes - conda build --user microsoft . -c microsoft -c conda-forge + conda build --user microsoft . -c microsoft