Skip to content

Commit 6050b49

Browse files
committed
CD: Build noly linux and win64 bdist
follow historic behavior, but drop win32 from default: win32 is almost dead
1 parent 348ab21 commit 6050b49

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,10 @@ jobs:
265265
strategy:
266266
fail-fast: false
267267
matrix:
268-
os: [ "ubuntu-latest", "macos-latest" ]
268+
os:
269+
- ubuntu-latest
270+
- windows-latest
271+
# - macos-latest
269272

270273
steps:
271274
- uses: actions/checkout@v4
@@ -289,6 +292,7 @@ jobs:
289292
# configure cibuildwheel to build native archs ('auto'), and some
290293
# emulated ones
291294
CIBW_ARCHS_LINUX: auto aarch64
295+
CIBW_ARCHS_WINDOWS: auto64
292296
CIBW_ARCHS_MACOS: x86_64 universal2 arm64
293297

294298
- uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)