Skip to content

Commit

Permalink
give another package a try
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Psotta committed Feb 2, 2021
1 parent 4369929 commit e0c5054
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/conda-package.yml
Expand Up @@ -8,7 +8,8 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: publish-to-conda
uses: maxibor/conda-package-publish-action@master
uses: fcakyon/conda-publish-action@master
with:
subDir: 'conda.recipe'
AnacondaToken: ${{ secrets.ANACONDA_TOKEN }}
subdir: 'conda.recipe'
anacondatoken: ${{ secrets.ANACONDA_TOKEN }}
platforms: 'win osx linux'

0 comments on commit e0c5054

Please sign in to comment.