From 9649b4e381bafdb75f854692260259053f5331ee Mon Sep 17 00:00:00 2001 From: hax_l Date: Tue, 20 Feb 2024 12:03:06 +0100 Subject: [PATCH] updated github actions workflow file. --- .github/workflows/conda_publish.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/conda_publish.yaml b/.github/workflows/conda_publish.yaml index 810eba9..b9f4153 100644 --- a/.github/workflows/conda_publish.yaml +++ b/.github/workflows/conda_publish.yaml @@ -31,9 +31,11 @@ jobs: steps: - uses: actions/checkout@v2 - name: publish-to-conda - uses: fcakyon/conda-publish-action@v1.3 + uses: fdiblen/anaconda-action@0.1.7 with: - subdir: 'conda-recipe' - anacondatoken: ${{ secrets.ANACONDA_TOKEN }} + # subdir: 'conda-recipe' + channels: 'conda-forge' + anacondaToken: ${{ secrets.ANACONDA_TOKEN }} # apparently this is no longer an option - channel_opts: '-c conda-forge' + envFileName: 'env.yml' + # channels: 'conda-forge'?