We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8af96da commit b29ebd7Copy full SHA for b29ebd7
.github/workflows/wheels.yml
@@ -6,7 +6,7 @@ on:
6
- published
7
8
env:
9
- CIBW_SKIP: "*i686 *musl* *armv7* *ppc64* *s390*"
+ CIBW_SKIP: "*armv7* *ppc64* *s390*"
10
CIBW_REPAIR_WHEEL_COMMAND: ""
11
12
jobs:
0 commit comments