Skip to content

Commit 86b5815

Browse files
committed
MAINT: fix warning about pp_* skip selector for PyPy wheels not being needed
This is a follow-up to pydatagh-481, which moved to cibuildwheel 3.x which removed PyPy from the default set of wheels being built.
1 parent e3978ab commit 86b5815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Build wheels
6262
uses: pypa/[email protected]
6363
env:
64-
CIBW_SKIP: "pp* *_i686"
64+
CIBW_SKIP: "*_i686"
6565
CIBW_ENABLE: cpython-freethreading
6666

6767
- name: Store wheel artifacts

0 commit comments

Comments
 (0)