Skip to content

Commit

Permalink
Update conda_publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lhdamiani authored Feb 20, 2024
1 parent 9649b4e commit 1cb1da2
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/conda_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: publish-to-conda
uses: fdiblen/anaconda-action@0.1.7
uses: paulscherrerinstitute/conda-publish-action@master
with:
# subdir: 'conda-recipe'
channels: 'conda-forge'
anacondaToken: ${{ secrets.ANACONDA_TOKEN }}
# apparently this is no longer an option
envFileName: 'env.yml'
# channels: 'conda-forge'?
subdir: 'conda-recipe'
anacondatoken: ${{ secrets.ANACONDA_TOKEN }}
channel_opts: '-c conda-forge'

0 comments on commit 1cb1da2

Please sign in to comment.