Skip to content

Commit 33fc8b5

Browse files
authored
no need for pp310-* skip
cibuildwheel: Invalid skip selector: 'pp310-*'. This selector matches a group that wasn't enabled. Enable it using the `enable` option or remove this selector. This selector will have no effect. [ci skip]
1 parent d07ea66 commit 33fc8b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# Install numpy with a wheel (do NOT compile it):
1717
CIBW_BEFORE_BUILD: "pip install --only-binary :all: -r requirements.txt"
1818
# There are/were no numpy wheels for these:
19-
CIBW_SKIP: pp310-* cp3*-manylinux_i686 *-musllinux_*
19+
CIBW_SKIP: cp3*-manylinux_i686 *-musllinux_*
2020
# configure cibuildwheel to build native arch & aarch64 too
2121
CIBW_ARCHS_LINUX: auto aarch64
2222
# Quick test with C code using NumPy C API:

0 commit comments

Comments
 (0)