Skip to content

Commit 33ce5ec

Browse files
committed
Try to fix config
1 parent 665b09b commit 33ce5ec

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,27 @@ jobs:
2727
platform: [x64]
2828
with_contrib: [0, 1]
2929
without_gui: [0, 1]
30-
build_sdist: [0]
3130
include:
3231
- os: ubuntu-latest
3332
python-version: 3.8
3433
build_sdist: 1
34+
with_contrib: 0
35+
without_gui: 0
36+
- os: ubuntu-latest
37+
python-version: 3.8
38+
build_sdist: 1
39+
with_contrib: 0
40+
without_gui: 1
41+
- os: ubuntu-latest
42+
python-version: 3.8
43+
build_sdist: 1
44+
with_contrib: 1
45+
without_gui: 0
46+
- os: ubuntu-latest
47+
python-version: 3.8
48+
build_sdist: 1
49+
with_contrib: 1
50+
without_gui: 1
3551

3652
env:
3753
REPO_DIR: .
@@ -47,7 +63,7 @@ jobs:
4763
DOCKER_IMAGE: quay.io/skvark/manylinux2014_${PLAT}
4864
USE_CCACHE: 1
4965
UNICODE_WIDTH: 32
50-
SDIST: ${{ matrix.build_sdist }}
66+
SDIST: ${{ matrix.build_sdist || 0}}
5167
ENABLE_HEADLESS: ${{ matrix.without_gui }}
5268
ENABLE_CONTRIB: ${{ matrix.with_contrib }}
5369

0 commit comments

Comments
 (0)