Skip to content

Commit 6d3d30d

Browse files
.github/workflows/build_wheels.yml: default flavours=false.
I.e. build single pymudf wheel, without separate pymupdfb wheel.
1 parent f674687 commit 6d3d30d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
flavours:
88
description: 'If set, we build separate PyMuPDF and PyMuPDFb wheels.'
99
type: boolean
10-
default: true
10+
default: false
1111

1212
sdist:
1313
type: boolean

0 commit comments

Comments
 (0)