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 818719f commit d63f115Copy full SHA for d63f115
.github/workflows/python_linux.yml
@@ -9,6 +9,8 @@ on:
9
- "**/modules/**"
10
- "**/thirdparty/**"
11
- "**/python/**"
12
+ - "!**/native/generated/**"
13
+ - "!**/native/java*/**"
14
- "!**/native/*_android.*"
15
- "!**/native/*_apple.*"
16
- "!**/native/*_emscripten.*"
@@ -56,6 +58,7 @@ jobs:
56
58
CIBW_ARCHS: ${{matrix.cibw_archs}}
57
59
CIBW_BUILD: cp${{ matrix.python }}-${{ matrix.platform_id }}
60
CIBW_TEST_SKIP: "*-manylinux_aarch64"
61
+ CIBW_BUILD_FRONTEND: "build[uv]; args: --no-isolation"
62
CIBW_DEBUG_TRACEBACK: TRUE
63
CIBW_ENVIRONMENT: CIBW_DEBUG_TRACEBACK=TRUE
64
with:
0 commit comments