We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4715faf commit 819613dCopy full SHA for 819613d
package_python_function/packager.py
@@ -68,6 +68,7 @@ def zip_dir(path: Path) -> None:
68
)
69
zinfo.date_time = date_time()
70
zinfo.external_attr = 0o644 << 16
71
+ zinfo.compress_type = zipfile.ZIP_DEFLATED
72
self._uncompressed_bytes += item.stat().st_size
73
with (
74
open(item, "rb") as src,
0 commit comments