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 01e669a commit 7da012eCopy full SHA for 7da012e
.github/workflows/build-conda.yml
@@ -57,6 +57,6 @@ jobs:
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
- # shell: bash -el {0}
+ shell: bash -el {0}
61
# run: anaconda -t ${{ secrets.ANACONDA_TOKEN }} upload -u pysces ./build_output/*/pysces*.*
62
run: which anaconda
0 commit comments