Skip to content

Commit 2c12496

Browse files
committed
fix(pypi): default platform_version to 0
Work towards #2826
1 parent 4ccf5b2 commit 2c12496

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/private/pypi/pep508_env.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def env(target_platform, *, extra = None):
174174
"implementation_name": "cpython",
175175
"platform_python_implementation": "CPython",
176176
"platform_release": "",
177-
"platform_version": "",
177+
"platform_version": "0",
178178
}
179179

180180
if type(target_platform) == type(""):

0 commit comments

Comments
 (0)