Skip to content

Commit 7da012e

Browse files
committed
test anaconda workflow
1 parent 01e669a commit 7da012e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ jobs:
5757
- name: Upload to anaconda.org
5858
# to publish when a GitHub Release is created:
5959
# if: github.event_name == 'release' && github.event.action == 'released'
60-
# shell: bash -el {0}
60+
shell: bash -el {0}
6161
# run: anaconda -t ${{ secrets.ANACONDA_TOKEN }} upload -u pysces ./build_output/*/pysces*.*
6262
run: which anaconda

0 commit comments

Comments
 (0)