From 1c076400e5c4995b5a6654f19c66b6f77d30d7ca Mon Sep 17 00:00:00 2001 From: Nour Yosri Date: Tue, 15 Jul 2025 15:56:04 -0700 Subject: [PATCH] fix naming issue that caused pypi to mismatch wheels --- BUILD | 1 - 1 file changed, 1 deletion(-) diff --git a/BUILD b/BUILD index b33be34..84085a3 100644 --- a/BUILD +++ b/BUILD @@ -24,7 +24,6 @@ py_wheel( requires=[ "stim", ], - abi="$(TARGET_VERSION)", python_tag="$(TARGET_VERSION)", platform= select({ "@platforms//os:macos": "macosx_10_13_x86_64",