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 5c33d11 commit 219c4a1Copy full SHA for 219c4a1
.github/workflows/build_wheels.yml
@@ -25,9 +25,30 @@ jobs:
25
os: [ubuntu-latest] #, macos-latest]
26
python-version: [3.6, 3.7, 3.8, 3.9]
27
platform: [x64]
28
- build_sdist: [0, 1]
29
with_contrib: [0, 1]
30
without_gui: [0, 1]
+ build_sdist: [0]
31
+ include:
32
+ - os: ubuntu-latest
33
+ python-version: 3.8
34
+ build_sdist: 1
35
+ with_contrib: 0
36
+ without_gui: 0
37
38
39
40
+ with_contrib: 1
41
42
43
44
45
46
+ without_gui: 1
47
48
49
50
51
52
53
env:
54
REPO_DIR: .
0 commit comments