Skip to content

Commit 97ba6ca

Browse files
committed
skip ci: remove unneeded CIBW_SKIP option
1 parent cdde1b0 commit 97ba6ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
env:
4949
CIBW_TEST_REQUIRES: "pytest"
5050
CIBW_TEST_COMMAND: "pytest {package}/test"
51-
CIBW_SKIP: "pp* cp38-* cp39-* cp310-win_arm64"
51+
CIBW_SKIP: "cp38-* cp39-* cp310-win_arm64"
5252
CIBW_ARCHS: ${{ matrix.cibw_archs || 'auto' }}
5353

5454
- name: Build sdist

0 commit comments

Comments
 (0)