mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
build: tag armv6 wheels with tags accepted by PyPI
See <https://github.com/pypi/warehouse/blob/main/warehouse/forklift/legacy.py> for the tag checking code. linux_armv6l and linux_armv7l are accepted, but {many,musl}linux_*_armv6l are not.
This commit is contained in:
@@ -157,12 +157,12 @@ def main():
|
|||||||
build_wheel(
|
build_wheel(
|
||||||
version,
|
version,
|
||||||
"dist/deltachat-rpc-server-armv7l-linux",
|
"dist/deltachat-rpc-server-armv7l-linux",
|
||||||
"py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.musllinux_1_1_armv7l",
|
"py3-none-linux_armv7l.manylinux_2_17_armv7l.manylinux2014_armv7l.musllinux_1_1_armv7l",
|
||||||
)
|
)
|
||||||
build_wheel(
|
build_wheel(
|
||||||
version,
|
version,
|
||||||
"dist/deltachat-rpc-server-armv6l-linux",
|
"dist/deltachat-rpc-server-armv6l-linux",
|
||||||
"py3-none-manylinux_2_17_armv6l.manylinux2014_armv6l.musllinux_1_1_armv6l",
|
"py3-none-linux_armv6l",
|
||||||
)
|
)
|
||||||
build_wheel(
|
build_wheel(
|
||||||
version,
|
version,
|
||||||
|
|||||||
Reference in New Issue
Block a user