We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4edf186 commit dfb8b7eCopy full SHA for dfb8b7e
1 file changed
.github/workflows/wheels.yml
@@ -98,6 +98,9 @@ jobs:
98
)
99
echo "include=$MATRIX"
100
echo "include=$MATRIX" >> $GITHUB_OUTPUT
101
+ env:
102
+ # Skip abi3 targets here:
103
+ CIBW_SKIP: "cp31[23456789]-win_arm64 cp31[23456789]-win32"
104
105
build_wheels:
106
name: Build for ${{ matrix.only }}
@@ -149,9 +152,6 @@ jobs:
149
152
uses: pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
150
153
with:
151
154
only: ${{ matrix.only }}
- env:
- # Skip abi3 targets here:
- CIBW_SKIP: "cp31[23456789]-win_arm64 cp31[23456789]-win32"
155
156
- name: Upload wheels
157
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
0 commit comments