Skip to content

Commit 6a9f3cd

Browse files
committed
pypi: Build everything
Signed-off-by: Mimoja <git@mimoja.de>
1 parent 27bdbd1 commit 6a9f3cd

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/pypi_release.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,13 @@ on:
55

66
jobs:
77
build_wheels:
8-
name: Build wheels on ${{ matrix.os }}
8+
name: Build wheels on ${{ matrix.os }} for ${{ matrix.cibw_python }} on ${{ matrix.cibw_arch }}
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
1212
os: [ubuntu-latest]
13-
#cibw_arch: ["x86_64", "aarch64"]
14-
#cibw_python: ["cp38-*", "cp39-*", "cp310-*", "cp311-*", "cp312-*"]
15-
cibw_arch: ["aarch64"]
16-
cibw_python: ["cp311-*", "cp312-*"]
17-
13+
cibw_arch: ["x86_64", "aarch64"]
14+
cibw_python: ["cp38-*", "cp39-*", "cp310-*", "cp311-*", "cp312-*"]
1815
env:
1916
CIBW_BEFORE_ALL_LINUX: "curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain stable -y"
2017
CIBW_BUILD_VERBOSITY: "1"

0 commit comments

Comments
 (0)