Skip to content

Commit 660f3d5

Browse files
author
Jeff Whitaker
committed
update again
1 parent 9a4ac87 commit 660f3d5

File tree

1 file changed

+34
-34
lines changed

1 file changed

+34
-34
lines changed

.github/workflows/build-wheels.yml

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -24,41 +24,41 @@ jobs:
2424
fail-fast: false
2525

2626
matrix:
27-
python-version: "3.10"
28-
os: macos-latest
29-
platform: x86_64
27+
python-version: [ "3.10" ]
28+
os: [macos-latest]
29+
platform: [x86_64]
3030
# matrix:
31-
# python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10" ]
32-
# os: [ubuntu-latest, macos-latest]
33-
# platform: [x64, x32]
34-
# exclude:
35-
# - os: macos-latest
36-
# platform: x32
37-
# include:
38-
# - python-version: "3.6"
39-
# os: ubuntu-latest
40-
# platform: aarch64
41-
# - python-version: "3.7"
42-
# os: ubuntu-latest
43-
# platform: aarch64
44-
# - python-version: "3.8"
45-
# os: ubuntu-latest
46-
# platform: aarch64
47-
# - python-version: "3.9"
48-
# os: ubuntu-latest
49-
# platform: aarch64
50-
# - python-version: "3.10"
51-
# os: ubuntu-latest
52-
# platform: aarch64
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
59-
# - python-version: "3.10"
60-
# os: macos-latest
61-
# platform: x86_64
31+
# python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10" ]
32+
# os: [ubuntu-latest, macos-latest]
33+
# platform: [x64, x32]
34+
# exclude:
35+
# - os: macos-latest
36+
# platform: x32
37+
# include:
38+
# - python-version: "3.6"
39+
# os: ubuntu-latest
40+
# platform: aarch64
41+
# - python-version: "3.7"
42+
# os: ubuntu-latest
43+
# platform: aarch64
44+
# - python-version: "3.8"
45+
# os: ubuntu-latest
46+
# platform: aarch64
47+
# - python-version: "3.9"
48+
# os: ubuntu-latest
49+
# platform: aarch64
50+
# - python-version: "3.10"
51+
# os: ubuntu-latest
52+
# platform: aarch64
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
59+
# - python-version: "3.10"
60+
# os: macos-latest
61+
# platform: x86_64
6262
env:
6363
REPO_DIR: netcdf4-python
6464
PKG_NAME: netcdf4-python

0 commit comments

Comments
 (0)