Skip to content

Commit 22ee94e

Browse files
[GR-28705] Set installable_id to 'python'.
PullRequest: graalpython/1462
2 parents a971abd + 808e5bc commit 22ee94e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1406,7 +1406,7 @@ def verify_ci(dest_suite, common_ci_dir="ci_common", args=None, ext=('.jsonnet',
14061406
suite=SUITE,
14071407
name='Graal.Python',
14081408
short_name='pyn',
1409-
installable_id='graalpython',
1409+
installable_id='python',
14101410
dir_name='python',
14111411
standalone_dir_name='graalpython-<version>-<graalvm_os>-<arch>',
14121412
license_files=[],

0 commit comments

Comments
 (0)