split_pyodide_ifcopenshell_wheel: print some logs

This commit is contained in:
Andrej730
2026-08-05 13:38:49 +05:00
parent 393640b121
commit d65df3665a
@@ -173,6 +173,7 @@ def build_wheel(
entries[record_name] = None entries[record_name] = None
write_record(zf, entries, record_name) write_record(zf, entries, record_name)
print(f"Splitting wheel to '{out}'.")
return out return out