We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fadc815 commit 416b29aCopy full SHA for 416b29a
.github/workflows/build_and_publish.yml
@@ -22,6 +22,8 @@ jobs:
22
23
- name: Build wheels
24
uses: pypa/cibuildwheel@7940a4c0e76eb2030e473a5f864f291f63ee879b # v2.21.3
25
+ env:
26
+ CIBW_SKIP: pp*
27
28
- uses: actions/upload-artifact@v4
29
with:
0 commit comments