Skip to content

Commit

Permalink
use custom github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Psotta committed Feb 2, 2021
1 parent 5041f32 commit cabe843
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/conda-package.yml
Expand Up @@ -11,7 +11,8 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: publish-to-conda
uses: maxibor/conda-package-publish-action@master
uses: MichaelsJP/conda-package-publish-action@add-all-platforms
with:
subDir: 'conda.recipe'
AnacondaToken: ${{ secrets.ANACONDA_TOKEN }}
platforms: 'all'

0 comments on commit cabe843

Please sign in to comment.