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 9a1b269 commit 01e669aCopy full SHA for 01e669a
.github/workflows/build-conda.yml
@@ -56,5 +56,7 @@ jobs:
56
57
- name: Upload to anaconda.org
58
# to publish when a GitHub Release is created:
59
- if: github.event_name == 'release' && github.event.action == 'released'
60
- run: anaconda -t ${{ secrets.ANACONDA_TOKEN }} upload -u pysces ./build_output/*/pysces*.*
+ # if: github.event_name == 'release' && github.event.action == 'released'
+ # shell: bash -el {0}
61
+ # run: anaconda -t ${{ secrets.ANACONDA_TOKEN }} upload -u pysces ./build_output/*/pysces*.*
62
+ run: which anaconda
0 commit comments