We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aff421a commit 906ff64Copy full SHA for 906ff64
.github/workflows/python-publish-conda.yml
@@ -8,10 +8,12 @@ jobs:
8
publish:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v1
12
- name: publish-to-conda
13
- uses: riccorl/conda-publish-action@v1.5
+ uses: MichaelsJP/conda-package-publish-action@v1.0.0
14
with:
15
- subdir: 'conda'
16
- anacondatoken: ${{ secrets.ANACONDA_TOKEN }}
17
- platforms: 'win osx linux'
+ subDir: '.conda'
+ AnacondaToken: ${{ secrets.ANACONDA_TOKEN }}
+ platforms: 'all'
18
+ override: true
19
+ dry_run: false
0 commit comments