File tree 1 file changed +14
-14
lines changed
1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ name: Wheels
2
2
3
3
on :
4
4
pull_request :
5
+ branches :
6
+ - master
5
7
6
8
push :
7
9
tags :
@@ -14,19 +16,17 @@ jobs:
14
16
strategy :
15
17
fail-fast : false
16
18
matrix :
17
- os : ["ubuntu-22.04", "windows-2022", "macos-14"]
18
- arch : ["x86_64", "arm64", "AMD64"]
19
- exclude :
20
- - os : ubuntu-22.04
21
- arch : arm64
22
- - os : ubuntu-22.04
23
- arch : AMD64
24
- - os : windows-2022
25
- arch : arm64
26
- - os : windows-2022
27
- arch : x86_64
28
- - os : macos-14
29
- arch : AMD64
19
+ include :
20
+ - os : ubuntu-22.04
21
+ arch : x86_64
22
+ - os : ubuntu-22.04
23
+ arch : aarch64
24
+ - os : windows-2022
25
+ arch : AMD64
26
+ - os : macos-14
27
+ arch : arm64
28
+ - os : macos-13
29
+ arch : x86_64
30
30
31
31
steps :
32
32
- uses : actions/checkout@v4
40
40
CIBW_SKIP : " pp* cp36-* cp37-*"
41
41
CIBW_ARCHS : ${{ matrix.arch }}
42
42
CIBW_MANYLINUX_X86_64_IMAGE : manylinux2014
43
- CIBW_TEST_SKIP : " *_arm64 "
43
+ CIBW_MANYLINUX_AARCH64_IMAGE : manylinux2014
44
44
CIBW_TEST_REQUIRES : pytest
45
45
CIBW_TEST_COMMAND : >
46
46
python -c "import cftime; print(f'cftime v{cftime.__version__}')" &&
You can’t perform that action at this time.
0 commit comments