tag the wheels as manual so test ... doesn't build them

This commit is contained in:
Damien Elmes 2020-12-21 19:28:47 +10:00
parent 73679b03e7
commit 212b251334
2 changed files with 2 additions and 0 deletions

View file

@ -129,6 +129,7 @@ py_wheel(
strip_path_prefixes = [ strip_path_prefixes = [
"pylib/", "pylib/",
], ],
tags = ["manual"],
version = anki_version, version = anki_version,
visibility = ["//visibility:public"], visibility = ["//visibility:public"],
deps = [":anki_pkg"], deps = [":anki_pkg"],

View file

@ -119,6 +119,7 @@ py_wheel(
strip_path_prefixes = [ strip_path_prefixes = [
"qt/", "qt/",
], ],
tags = ["manual"],
version = anki_version, version = anki_version,
visibility = ["//visibility:public"], visibility = ["//visibility:public"],
deps = [ deps = [