From d8db17c513a8cd7fd9c5cd2a879994d90b18f885 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 17 Aug 2024 11:38:09 +0530 Subject: [PATCH] Forgot one place to remove 32-bit binary from --- publish.py | 1 - 1 file changed, 1 deletion(-) diff --git a/publish.py b/publish.py index 8653b4e24ba..e3ac3423c1a 100755 --- a/publish.py +++ b/publish.py @@ -442,7 +442,6 @@ def files_for_upload() -> Dict[str, str]: for f, desc in { 'macos/dist/kitty-{}.dmg': 'macOS dmg', 'linux/64/dist/kitty-{}-x86_64.txz': 'Linux amd64 binary bundle', - 'linux/32/dist/kitty-{}-i686.txz': 'Linux x86 binary bundle', 'linux/arm64/dist/kitty-{}-arm64.txz': 'Linux arm64 binary bundle', }.items(): path = os.path.join('bypy', 'b', f.format(version))