mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
update manylinux version for new build env
This commit is contained in:
parent
7962c8107f
commit
6e48a59a8a
1 changed files with 6 additions and 3 deletions
|
@ -73,8 +73,8 @@ py_wheel(
|
||||||
platform = select({
|
platform = select({
|
||||||
"//platforms:windows_x86_64": "win_amd64",
|
"//platforms:windows_x86_64": "win_amd64",
|
||||||
"//platforms:macos_x86_64": "macosx_10_7_x86_64",
|
"//platforms:macos_x86_64": "macosx_10_7_x86_64",
|
||||||
"//platforms:linux_x86_64": "manylinux2014_x86_64",
|
"//platforms:linux_x86_64": "manylinux_2_28_x86_64",
|
||||||
"//platforms:linux_arm64": "manylinux2014_aarch64",
|
"//platforms:linux_arm64": "manylinux_2_28_aarch64",
|
||||||
}),
|
}),
|
||||||
python_tag = "cp39",
|
python_tag = "cp39",
|
||||||
python_version = ">=3.9",
|
python_version = ">=3.9",
|
||||||
|
@ -124,7 +124,10 @@ py_library(
|
||||||
":proto_py",
|
":proto_py",
|
||||||
],
|
],
|
||||||
# includes the .pyi files
|
# includes the .pyi files
|
||||||
data = [":proto_py", "py.typed"],
|
data = [
|
||||||
|
"py.typed",
|
||||||
|
":proto_py",
|
||||||
|
],
|
||||||
imports = [".."],
|
imports = [".."],
|
||||||
visibility = ["//visibility:public"],
|
visibility = ["//visibility:public"],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue