Skip to content

Commit 9aee88c

Browse files
committed
Attempting fix for build fail on Windows
1 parent 102f4c5 commit 9aee88c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/wheels.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,12 @@ jobs:
1818
matrix:
1919
# macos-13 is an intel runner, macos-14 is apple silicon
2020
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
21+
env:
22+
CIBW_SKIP: "pp* cp36-* *-musllinux_* *win32 *_i686 *_s390x"
2123

2224
steps:
2325
- uses: actions/checkout@v4
2426

25-
- uses: actions/setup-python@v5
26-
name: Install Python
27-
with:
28-
python-version: '3.11'
29-
architecture: 'x64'
30-
3127
- name: Build wheels
3228
uses: pypa/[email protected]
3329

0 commit comments

Comments
 (0)