Skip to content

Commit 906ff64

Browse files
committed
Test another conda workflow
1 parent aff421a commit 906ff64

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/python-publish-conda.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ jobs:
88
publish:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v1
1212
- name: publish-to-conda
13-
uses: riccorl/conda-publish-action@v1.5
13+
uses: MichaelsJP/conda-package-publish-action@v1.0.0
1414
with:
15-
subdir: 'conda'
16-
anacondatoken: ${{ secrets.ANACONDA_TOKEN }}
17-
platforms: 'win osx linux'
15+
subDir: '.conda'
16+
AnacondaToken: ${{ secrets.ANACONDA_TOKEN }}
17+
platforms: 'all'
18+
override: true
19+
dry_run: false

0 commit comments

Comments
 (0)