diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 6ef60da..a151f5e 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -107,7 +107,7 @@ jobs: - name: Determine label if: contains(github.ref, 'refs/tags/') run: | - echo "AC_LABEL=numba/label/dev" >> $GITHUB_ENV + echo "AC_LABEL=main" >> $GITHUB_ENV - name: Deploy to Anaconda Cloud shell: bash -l {0} # workaround issues with setup-miniconda an anaconda-client