We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 665b09b commit 4b6885dCopy full SHA for 4b6885d
.github/workflows/build_wheels.yml
@@ -32,6 +32,23 @@ jobs:
32
- os: ubuntu-latest
33
python-version: 3.8
34
build_sdist: 1
35
+ with_contrib: 0
36
+ without_gui: 0
37
+ - os: ubuntu-latest
38
+ python-version: 3.8
39
+ build_sdist: 1
40
41
+ without_gui: 1
42
43
44
45
+ with_contrib: 1
46
47
48
49
50
51
52
53
env:
54
REPO_DIR: .
@@ -47,7 +64,7 @@ jobs:
64
DOCKER_IMAGE: quay.io/skvark/manylinux2014_${PLAT}
65
USE_CCACHE: 1
66
UNICODE_WIDTH: 32
- SDIST: ${{ matrix.build_sdist }}
67
+ SDIST: ${{ matrix.build_sdist || 0}}
68
ENABLE_HEADLESS: ${{ matrix.without_gui }}
69
ENABLE_CONTRIB: ${{ matrix.with_contrib }}
70
0 commit comments