skip ci: remove unneeded CIBW_SKIP option

This commit is contained in:
Inada Naoki 2026-06-03 22:17:26 +09:00
parent cdde1b0d63
commit 97ba6ca0d2

View file

@ -48,7 +48,7 @@ jobs:
env:
CIBW_TEST_REQUIRES: "pytest"
CIBW_TEST_COMMAND: "pytest {package}/test"
CIBW_SKIP: "pp* cp38-* cp39-* cp310-win_arm64"
CIBW_SKIP: "cp38-* cp39-* cp310-win_arm64"
CIBW_ARCHS: ${{ matrix.cibw_archs || 'auto' }}
- name: Build sdist