Skip to content

Commit 54d30f2

Browse files
add _0 to platform tag for pypi
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent 6e3b99f commit 54d30f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/python/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ def remove_build_machine_os_version(self, platform, os_version_tag):
261261
if platform in ["osx", "darwin", "sequoia"]:
262262
m = internal_build_re.search(os_version_tag)
263263
if m:
264-
return m.group(1)
264+
return m.group(1) + "_0"
265265
return os_version_tag
266266

267267

0 commit comments

Comments
 (0)