Skip to content

Commit 009a1c5

Browse files
committed
cibuildwheel: removing unused selector pp*
See this build warning: Warning: cibuildwheel: Invalid skip selector: 'pp*'. 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.
1 parent 0ccfa61 commit 009a1c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# skip testing in the cibuildwheel phase, will install the wheels later
33
# and verify
44
test-command = ""
5-
skip = ["pp*", "*musl*", "*-manylinux_i686", "*win32"]
5+
skip = ["*musl*", "*-manylinux_i686", "*win32"]
66

77
[tool.cibuildwheel.macos.environment]
88
MACOSX_DEPLOYMENT_TARGET = "10.12"

0 commit comments

Comments
 (0)