Skip to content

Commit 80347bf

Browse files
committed
Quick fix to prevent us accidentally publishing python bindings during a build
1 parent cb74d76 commit 80347bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

py/BUILD.bazel

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ genrule(
2424
outs = ["pypi_upload_complete.txt"],
2525
cmd = "(twine upload $(location :selenium-wheel) $(location :selenium-sdist) && touch $@)",
2626
tools = [":twine"],
27+
tags = [
28+
"manual",
29+
"requires-network",
30+
]
2731
)
2832

2933
compile_pip_requirements(

0 commit comments

Comments
 (0)