Skip to content

Commit 01e669a

Browse files
committed
test anaconda workflow
1 parent 9a1b269 commit 01e669a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build-conda.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,7 @@ jobs:
5656

5757
- name: Upload to anaconda.org
5858
# 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*.*
59+
# if: github.event_name == 'release' && github.event.action == 'released'
60+
# shell: bash -el {0}
61+
# run: anaconda -t ${{ secrets.ANACONDA_TOKEN }} upload -u pysces ./build_output/*/pysces*.*
62+
run: which anaconda

0 commit comments

Comments
 (0)