mirror of
https://github.com/ankitects/anki.git
synced 2026-01-14 06:23:57 -05:00
tag the wheels as manual so test ... doesn't build them
This commit is contained in:
parent
250a45d32e
commit
25160daa90
2 changed files with 2 additions and 0 deletions
|
|
@ -129,6 +129,7 @@ py_wheel(
|
|||
strip_path_prefixes = [
|
||||
"pylib/",
|
||||
],
|
||||
tags = ["manual"],
|
||||
version = anki_version,
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [":anki_pkg"],
|
||||
|
|
|
|||
|
|
@ -119,6 +119,7 @@ py_wheel(
|
|||
strip_path_prefixes = [
|
||||
"qt/",
|
||||
],
|
||||
tags = ["manual"],
|
||||
version = anki_version,
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue