Skip to content

Commit 2445468

Browse files
committed
.
1 parent e1f4ae3 commit 2445468

File tree

1 file changed

+23
-17
lines changed

1 file changed

+23
-17
lines changed

.github/workflows/pysplashsurf_CI.yml

Lines changed: 23 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -82,24 +82,29 @@ jobs:
8282
strategy:
8383
matrix:
8484
platform:
85-
- runner: macos-13
86-
python-version: "cp312-macosx_x86_64"
87-
macosx_deployment_target: "13.0"
88-
- runner: macos-14
89-
python-version: "cp312-macosx_arm64"
90-
macosx_deployment_target: "14.0"
91-
- runner: windows-latest
92-
python-version: "cp312-win_amd64"
93-
- runner: windows-latest
94-
python-version: "cp312-win32"
9585
- runner: ubuntu-24.04
96-
python-version: "cp312-manylinux_x86_64"
97-
- runner: ubuntu-24.04
98-
python-version: "cp312-manylinux_i686"
99-
- runner: ubuntu-24.04
100-
python-version: "cp312-manylinux_aarch64"
101-
- runner: ubuntu-24.04
102-
python-version: "cp312-manylinux_armv7l"
86+
python-version: "cp312-manylinux_x86_64,cp312-manylinux_aarch64"
87+
archs: "x86_64,aarch64"
88+
# - runner: macos-13
89+
# python-version: "cp312-macosx_x86_64"
90+
# arch: "x86_64"
91+
# macosx_deployment_target: "13.0"
92+
# - runner: macos-14
93+
# python-version: "cp312-macosx_arm64"
94+
# arch: "arm64"
95+
# macosx_deployment_target: "14.0"
96+
# - runner: windows-latest
97+
# python-version: "cp312-win_amd64"
98+
# - runner: windows-latest
99+
# python-version: "cp312-win32"
100+
# - runner: ubuntu-24.04
101+
# python-version: "cp312-manylinux_x86_64"
102+
# - runner: ubuntu-24.04
103+
# python-version: "cp312-manylinux_i686"
104+
# - runner: ubuntu-24.04
105+
# python-version: "cp312-manylinux_aarch64"
106+
# - runner: ubuntu-24.04
107+
# python-version: "cp312-manylinux_armv7l"
103108
steps:
104109
- uses: actions/checkout@v4
105110
- name: Download stub artifact
@@ -116,6 +121,7 @@ jobs:
116121
run: cd pysplashsurf && python -m cibuildwheel --output-dir ../dist
117122
env:
118123
CIBW_BUILD: ${{ matrix.platform.python-version }}
124+
CIBW_ARCHS: ${{ matrix.platform.arch }}
119125
CIBW_BEFORE_ALL: curl -sSf https://sh.rustup.rs | sh -s -- -y
120126
CIBW_ENVIRONMENT_LINUX: "PATH=$HOME/.cargo/bin:$PATH"
121127
CIBW_ENVIRONMENT_MACOS: >-

0 commit comments

Comments
 (0)