File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 10
10
build_wheels :
11
11
name : py${{ matrix.python-version }} on ${{ matrix.os }}
12
12
runs-on : ${{ matrix.os }}
13
+ timeout-minutes : 60
13
14
strategy :
14
15
fail-fast : false
15
16
matrix :
33
34
build_wheels_aarch64 :
34
35
name : py${{ matrix.python-version }} on ${{ matrix.os }} (aarch64)
35
36
runs-on : ${{ matrix.os }}
37
+ timeout-minutes : 60
36
38
strategy :
37
39
fail-fast : false
38
40
matrix :
@@ -58,12 +60,13 @@ jobs:
58
60
59
61
- uses : actions/upload-artifact@v4
60
62
with :
61
- name : cibw-wheels -${{ matrix.os }}-${{ strategy.job-index }}
63
+ name : cibw-wheelsaarch64 -${{ matrix.os }}-${{ strategy.job-index }}
62
64
path : ./wheelhouse/*.whl
63
65
64
66
build_sdist :
65
67
name : sdist
66
68
runs-on : ubuntu-latest
69
+ timeout-minutes : 60
67
70
steps :
68
71
- uses : actions/checkout@v4
69
72
- uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments