mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
tag the wheels as manual so test ... doesn't build them
This commit is contained in:
parent
73679b03e7
commit
212b251334
2 changed files with 2 additions and 0 deletions
|
@ -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"],
|
||||||
|
|
|
@ -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 = [
|
||||||
|
|
Loading…
Reference in a new issue