Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

Commit 5c19534

Browse files
committed
added CIBW_ARCHS_WINDOWS
1 parent 253e5d9 commit 5c19534

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
output-dir: dist
4747
env:
4848
CIBW_BUILD: cp3${{ matrix.minor }}-*
49+
CIBW_ARCHS_WINDOWS: x86 AMD64
4950
CIBW_ARCHS_MACOS: x86_64 universal2 arm64
5051
CIBW_BEFORE_BUILD: pip install -r {project}/requirements-build-3_08.txt
5152
CIBW_BEFORE_TEST: pip install -r {project}/requirements-dev-3_08.txt
@@ -77,6 +78,7 @@ jobs:
7778
output-dir: dist
7879
env:
7980
CIBW_BUILD: cp3${{ matrix.minor }}-*
81+
CIBW_ARCHS_WINDOWS: x86 AMD64
8082
CIBW_ARCHS_MACOS: x86_64 universal2 arm64
8183
CIBW_BEFORE_BUILD: pip install -r {project}/requirements-build-3_11.txt
8284
CIBW_BEFORE_TEST: pip install -r {project}/requirements-dev-3_11.txt
@@ -108,6 +110,7 @@ jobs:
108110
output-dir: dist
109111
env:
110112
CIBW_BUILD: cp3${{ matrix.minor }}-*
113+
CIBW_ARCHS_WINDOWS: x86 AMD64
111114
CIBW_ARCHS_MACOS: x86_64 universal2 arm64
112115
CIBW_BEFORE_BUILD: pip install -r {project}/requirements-build-3_12.txt
113116
CIBW_BEFORE_TEST: pip install -r {project}/requirements-dev-3_12.txt

0 commit comments

Comments
 (0)