We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61dd966 commit 6733a1bCopy full SHA for 6733a1b
py/BUILD.bazel
@@ -6,6 +6,8 @@ load("//common:defs.bzl", "copy_file")
6
load("//py:defs.bzl", "py_test_suite")
7
load("//py/private:browsers.bzl", "BROWSERS")
8
9
+SE_VERSION = "4.0.0"
10
+
11
BROWSER_VERSIONS = [
12
"v85",
13
"v93",
@@ -105,10 +107,6 @@ py_package(
105
107
deps = [":selenium"],
106
108
)
109
-pkg_tar(
-
110
-)
111
112
py_wheel(
113
name = "selenium-wheel",
114
classifiers = [
@@ -139,7 +137,7 @@ py_wheel(
139
137
strip_path_prefixes = [
140
138
"py",
141
],
142
- version = "4.0.0",
+ version = SE_VERSION,
143
visibility = ["//visibility:public"],
144
deps = [
145
":selenium-pkg",
0 commit comments