File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1010 build_wheels :
1111 name : py${{ matrix.python-version }} on ${{ matrix.os }}
1212 runs-on : ${{ matrix.os }}
13+ timeout-minutes : 60
1314 strategy :
1415 fail-fast : false
1516 matrix :
3334 build_wheels_aarch64 :
3435 name : py${{ matrix.python-version }} on ${{ matrix.os }} (aarch64)
3536 runs-on : ${{ matrix.os }}
37+ timeout-minutes : 60
3638 strategy :
3739 fail-fast : false
3840 matrix :
@@ -58,12 +60,13 @@ jobs:
5860
5961 - uses : actions/upload-artifact@v4
6062 with :
61- name : cibw-wheels -${{ matrix.os }}-${{ strategy.job-index }}
63+ name : cibw-wheelsaarch64 -${{ matrix.os }}-${{ strategy.job-index }}
6264 path : ./wheelhouse/*.whl
6365
6466 build_sdist :
6567 name : sdist
6668 runs-on : ubuntu-latest
69+ timeout-minutes : 60
6770 steps :
6871 - uses : actions/checkout@v4
6972 - uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments