Skip to content

Commit

Permalink
add _0 to platform tag for pypi
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <[email protected]>
  • Loading branch information
NikolajBjorner committed Oct 10, 2024
1 parent 6e3b99f commit 54d30f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ def remove_build_machine_os_version(self, platform, os_version_tag):
if platform in ["osx", "darwin", "sequoia"]:
m = internal_build_re.search(os_version_tag)
if m:
return m.group(1)
return m.group(1) + "_0"
return os_version_tag


Expand Down

0 comments on commit 54d30f2

Please sign in to comment.