We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e23272e commit 781dcfaCopy full SHA for 781dcfa
1 file changed
src/sdk/python/Justfile
@@ -61,7 +61,7 @@ python-dist: python-sync-guest-resources
61
# Build only the platform-specific maturin backend wheels.
62
# Used by CI to produce Windows wheels without needing guest binaries.
63
# Requires sandbox-world.wasm to exist (run `just wasm guest-compile-wit` first).
64
-python-dist-backends:
+python-dist-backends: python-sync-env
65
-{{rmrf}} {{wasm-wheels}}
66
-{{rmrf}} {{hyperlight-js-wheels}}
67
cd {{repo-root}}/src/sdk/python/wasm_backend && uv run maturin build --release --out {{wasm-wheels}}
0 commit comments