Skip to content

Commit

Permalink
[py] Fix sdist tar package_dir (SeleniumHQ#11416)
Browse files Browse the repository at this point in the history
We need to set package_dir so that the tar file extracts to
the expected directory.
  • Loading branch information
jameshilliard committed Dec 13, 2022
1 parent 8141f82 commit ee136e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ pkg_tar(
srcs = [":selenium-sdist-pkg"],
extension = "tar.gz",
mode = "0644",
package_dir = "selenium-%s" % SE_VERSION,
package_file_name = "selenium-%s.tar.gz" % SE_VERSION,
)

Expand Down

0 comments on commit ee136e1

Please sign in to comment.