Skip to content

Commit 4ca8d5c

Browse files
author
Jeff Whitaker
authored
Update build-wheels.yml
1 parent 17df626 commit 4ca8d5c

File tree

1 file changed

+27
-31
lines changed

1 file changed

+27
-31
lines changed

.github/workflows/build-wheels.yml

Lines changed: 27 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -24,38 +24,34 @@ jobs:
2424

2525
fail-fast: false
2626
matrix:
27-
#python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10" ]
28-
python-version: [ "3.10" ]
29-
#os: [ubuntu-latest, macos-latest]
30-
os: [macos-latest]
31-
#platform: [x64, x32]
32-
platform: [x64]
33-
# exclude:
34-
# - os: macos-latest
35-
# platform: x32
27+
python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10" ]
28+
os: [ubuntu-latest, macos-latest]
29+
platform: [x64, x32]
30+
exclude:
31+
- os: macos-latest
32+
platform: x32
3633
include:
37-
# - python-version: "3.6"
38-
# os: ubuntu-latest
39-
# platform: aarch64
40-
# - python-version: "3.7"
41-
# os: ubuntu-latest
42-
# platform: aarch64
43-
# - python-version: "3.8"
44-
# os: ubuntu-latest
45-
# platform: aarch64
46-
# - python-version: "3.9"
47-
# os: ubuntu-latest
48-
# platform: aarch64
49-
# - python-version: "3.10"
50-
# os: ubuntu-latest
51-
# platform: aarch64
52-
# cross-compiled wheels for osx-arm64 don't work because of C libs, turn off for now
53-
# - python-version: "3.8"
54-
# os: macos-latest
55-
# platform: x86_64
56-
# - python-version: "3.9"
57-
# os: macos-latest
58-
# platform: x86_64
34+
- python-version: "3.6"
35+
os: ubuntu-latest
36+
platform: aarch64
37+
- python-version: "3.7"
38+
os: ubuntu-latest
39+
platform: aarch64
40+
- python-version: "3.8"
41+
os: ubuntu-latest
42+
platform: aarch64
43+
- python-version: "3.9"
44+
os: ubuntu-latest
45+
platform: aarch64
46+
- python-version: "3.10"
47+
os: ubuntu-latest
48+
platform: aarch64
49+
- python-version: "3.8"
50+
os: macos-latest
51+
platform: x86_64
52+
- python-version: "3.9"
53+
os: macos-latest
54+
platform: x86_64
5955
- python-version: "3.10"
6056
os: macos-latest
6157
platform: x86_64

0 commit comments

Comments
 (0)