Skip to content

Commit ee136e1

Browse files
[py] Fix sdist tar package_dir (#11416)
We need to set package_dir so that the tar file extracts to the expected directory.
1 parent 8141f82 commit ee136e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

py/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ pkg_tar(
175175
srcs = [":selenium-sdist-pkg"],
176176
extension = "tar.gz",
177177
mode = "0644",
178+
package_dir = "selenium-%s" % SE_VERSION,
178179
package_file_name = "selenium-%s.tar.gz" % SE_VERSION,
179180
)
180181

0 commit comments

Comments
 (0)