Skip to content

Commit

Permalink
Quick fix to prevent us accidentally publishing python bindings durin…
Browse files Browse the repository at this point in the history
…g a build
  • Loading branch information
shs96c committed Mar 21, 2024
1 parent cb74d76 commit 80347bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions py/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ genrule(
outs = ["pypi_upload_complete.txt"],
cmd = "(twine upload $(location :selenium-wheel) $(location :selenium-sdist) && touch $@)",
tools = [":twine"],
tags = [
"manual",
"requires-network",
]
)

compile_pip_requirements(
Expand Down

0 comments on commit 80347bf

Please sign in to comment.