8000 Build source distribution with only one version of python - as we do … · iforking/opencv-python@219c4a1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 219c4a1

Browse files
committed
Build source distribution with only one version of python - as we do not care abnout python version when doing the source distribution
1 parent 5c33d11 commit 219c4a1

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,30 @@ jobs:
2525
os: [ubuntu-latest] #, macos-latest]
2626
python-version: [3.6, 3.7, 3.8, 3.9]
2727
platform: [x64]
28-
build_sdist: [0, 1]
2928
with_contrib: [0, 1]
3029
without_gui: [0, 1]
30+
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+
- os: ubuntu-latest
38+
python-version: 3.8
39+
build_sdist: 1
40+
with_contrib: 1
41+
without_gui: 0
42+
- os: ubuntu-latest
43+
python-version: 3.8
44+
build_sdist: 1
45+
with_contrib: 0
46+
without_gui: 1
47+
- os: ubuntu-latest
48+
python-version: 3.8
49+
build_sdist: 1
50+
with_contrib: 1
51+
without_gui: 1
3152

3253
env:
3354
REPO_DIR: .

0 commit comments

Comments
 (0)
0