Skip to content

Commit 47e925b

Browse files
committed
Update wheels.yml
1 parent 928feac commit 47e925b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
fail-fast: false
4141
matrix:
42-
os: [ubuntu-latest, macos-latest, windows-latest]
42+
os: [windows-latest]
4343

4444
steps:
4545
- uses: actions/checkout@v3
@@ -48,6 +48,8 @@ jobs:
4848

4949
- uses: pypa/cibuildwheel@v2.13.0
5050
env:
51+
CIBW_BUILD: cp311-* cp312-*
52+
5153
# Cross-compile on macOS
5254
CIBW_ARCHS_MACOS: x86_64 arm64
5355

@@ -59,6 +61,7 @@ jobs:
5961

6062
# Debugging
6163
SKBUILD_CMAKE_VERBOSE: 1
64+
SKBUILD_LOGGING_LEVEL: debug
6265

6366
- name: Verify clean directory
6467
run: git diff --exit-code

0 commit comments

Comments
 (0)