Skip to content

Commit dfb8b7e

Browse files
committed
Build: Do not build redundant Windows wheels that already have an abi3 wheel.
1 parent 4edf186 commit dfb8b7e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ jobs:
9898
)
9999
echo "include=$MATRIX"
100100
echo "include=$MATRIX" >> $GITHUB_OUTPUT
101+
env:
102+
# Skip abi3 targets here:
103+
CIBW_SKIP: "cp31[23456789]-win_arm64 cp31[23456789]-win32"
101104

102105
build_wheels:
103106
name: Build for ${{ matrix.only }}
@@ -149,9 +152,6 @@ jobs:
149152
uses: pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
150153
with:
151154
only: ${{ matrix.only }}
152-
env:
153-
# Skip abi3 targets here:
154-
CIBW_SKIP: "cp31[23456789]-win_arm64 cp31[23456789]-win32"
155155

156156
- name: Upload wheels
157157
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0

0 commit comments

Comments
 (0)