From dcf586bb9edc0b9eaeb7f031fcf8d68c881b1de6 Mon Sep 17 00:00:00 2001 From: Scott Todd Date: Mon, 11 Nov 2024 12:05:06 -0800 Subject: [PATCH] Update comment example from iree to sharktank. --- build_tools/promote_whl_from_rc_to_final.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build_tools/promote_whl_from_rc_to_final.py b/build_tools/promote_whl_from_rc_to_final.py index 341d2e6c2..061dd933b 100755 --- a/build_tools/promote_whl_from_rc_to_final.py +++ b/build_tools/promote_whl_from_rc_to_final.py @@ -6,9 +6,8 @@ # See https://llvm.org/LICENSE.txt for license information. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception -# This scripts takes a file like -# 'iree_base_runtime-2.9.0rc20241107-cp311-cp311-manylinux_2_28_x86_64.whl' -# with embedded version '2.9.0rc20241107' as input and then drops the +# This scripts takes a file like 'sharktank-2.9.0rc20241110-py3-none-any.whl' +# with embedded version '2.9.0rc20241110' as input and then drops the # 'rcYYYYMMDD' suffix from both the embedded version and file name. # # Typical usage: