Skip to content

Commit d0844f4

Browse files
Merge pull request #2 from 6si/update-permissions-for-wheel
Update wheel.bzl
2 parents d6ddc3c + fb06797 commit d0844f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wheel/wheel.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def _bdist_wheel_impl(ctx):
6666
command = "mkdir -p {package_dir}".format(package_dir = package_dir.path),
6767
)
6868

69-
command = "chmod 0775 {package_dir} " + \
69+
command = "chmod 0777 -R {package_dir} " + \
7070
"&& rsync -R {source_list} {package_dir} " + \
7171
"&& cp {setup_py_path} {setup_py_dest_dir} " + \
7272
"&& cp {manifest_path} {setup_py_dest_dir} " + \

0 commit comments

Comments
 (0)