We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pp_*
1 parent e3978ab commit 86b5815Copy full SHA for 86b5815
.github/workflows/ci.yml
@@ -61,7 +61,7 @@ jobs:
61
- name: Build wheels
62
uses: pypa/[email protected]
63
env:
64
- CIBW_SKIP: "pp* *_i686"
+ CIBW_SKIP: "*_i686"
65
CIBW_ENABLE: cpython-freethreading
66
67
- name: Store wheel artifacts
0 commit comments