There was an error while loading. Please reload this page.
1 parent cb74d76 commit 80347bfCopy full SHA for 80347bf
1 file changed
py/BUILD.bazel
@@ -24,6 +24,10 @@ genrule(
24
outs = ["pypi_upload_complete.txt"],
25
cmd = "(twine upload $(location :selenium-wheel) $(location :selenium-sdist) && touch $@)",
26
tools = [":twine"],
27
+ tags = [
28
+ "manual",
29
+ "requires-network",
30
+ ]
31
)
32
33
compile_pip_requirements(
0 commit comments