Skip to content

Commit

Permalink
updated github actions workflow file.
Browse files Browse the repository at this point in the history
  • Loading branch information
lhdamiani committed Feb 20, 2024
1 parent 6e41f2d commit d34590c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conda_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: publish-to-conda
uses: paulscherrerinstitute/conda-publish-action@master
uses: fcakyon/conda-publish-action@v1.3
with:
subdir: 'conda-recipe'
anacondatoken: ${{ secrets.ANACONDA_TOKEN }}
# apparently this is no longer an option
channel_opts: '-c conda-forge'
# channel_opts: '-c conda-forge'

0 comments on commit d34590c

Please sign in to comment.