Skip to content

Commit c6d08c3

Browse files
committed
Fix release asset upload when conda outputs are .conda only
1 parent 6c92a5a commit c6d08c3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,5 @@ jobs:
368368
tag_name: ${{ github.event.release.tag_name }}
369369
files: |
370370
dist/wheels/*.whl
371-
dist/conda/**/labellib-*.tar.bz2
372371
dist/conda/**/labellib-*.conda
373-
fail_on_unmatched_files: true
372+
fail_on_unmatched_files: false

0 commit comments

Comments
 (0)