We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8dc003 commit e6bbd08Copy full SHA for e6bbd08
1 file changed
.github/workflows/build.yml
@@ -159,6 +159,7 @@ jobs:
159
uses: pypa/cibuildwheel@v3.4.1
160
env:
161
CIBW_PLATFORM: pyodide
162
+ CIBW_TEST_SKIP: "*"
163
164
- uses: actions/upload-artifact@v7
165
with:
0 commit comments