We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfe3322 commit cd01ba6Copy full SHA for cd01ba6
1 file changed
.github/workflows/cibuildwheel.yml
@@ -48,11 +48,6 @@ jobs:
48
# - On PPs, omit musllinux for speed
49
# - On PRs, run just oldest and newest Python versions (3.13 is the oldest abi3 target)
50
run: |
51
- if [[ "${{ github.event_name }}" == "pull_request" ]]; then
52
- CIBW_SKIP="cp311-* cp312-* cp313-* *musllinux*"
53
- else
54
- CIBW_SKIP="*musllinux_aarch64"
55
- fi
56
# skip cp310 if building on windows arm64
57
if [[ "${{ matrix.arch }}" == "ARM64" ]]; then
58
CIBW_SKIP="$CIBW_SKIP cp310-*"
0 commit comments