Skip to content

Commit 6352764

Browse files
committed
Alas, emulation
1 parent ed27aa3 commit 6352764

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
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:
@@ -33,6 +34,7 @@ jobs:
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

0 commit comments

Comments
 (0)