Skip to content

Commit 39b0f38

Browse files
authored
output conda package as .tar.bz2
1 parent b3805b2 commit 39b0f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
shell: bash -l {0}
3131
run: |
3232
conda install conda-build --yes
33-
conda build conda-recipe
33+
conda build conda-recipe --package-format=.tar.bz2
3434
3535
- name: Upload
3636
if: github.ref == 'refs/heads/master'

0 commit comments

Comments
 (0)