Skip to content

Commit 6b05ad4

Browse files
committed
Build: Do not build redundant Windows wheels that already have an abi3 wheel.
1 parent d176d6f commit 6b05ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
echo "include=$MATRIX" >> $GITHUB_OUTPUT
101101
env:
102102
# Skip abi3 targets here:
103-
CIBW_SKIP: "cp31[23456789]-win_arm64 cp31[23456789]-win32"
103+
CIBW_SKIP: "cp31*-win_arm64 cp31*-win32"
104104

105105
build_wheels:
106106
name: Build for ${{ matrix.only }}

0 commit comments

Comments
 (0)