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.
1 parent 373cb7d commit 2c6e14bCopy full SHA for 2c6e14b
1 file changed
.github/workflows/wheels.yml
@@ -135,6 +135,7 @@ jobs:
135
uses: pypa/cibuildwheel@v2.23.3
136
env:
137
CIBW_MUSLLINUX_X86_64_IMAGE: musllinux_1_2
138
+ CIBW_TEST_SKIP: "cp*"
139
CIBW_SKIP: "pp* cp*-manylinux*"
140
CIBW_TEST_COMMAND: >
141
cd .. &&
@@ -190,6 +191,7 @@ jobs:
190
191
192
193
CIBW_MUSLLINUX_AARCH64_IMAGE: musllinux_1_2
194
195
196
197
0 commit comments