Skip to content

Commit 1027c61

Browse files
committed
build: fix script/release
Signed-off-by: Yves Bastide <yves@botify.com>
1 parent c83ad3f commit 1027c61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def main():
284284
release_tag(new_version, changes, dry_run)
285285

286286
# push package to pypi
287-
step(f"Generate and push package to {args.repository or args.repository_url or 'pypi'}")
287+
step(f"Generate and push package to {args.index or 'pypi'}")
288288
execute(["uv", "build"], log=True)
289289
wheel = f"dist/simpleflow-{new_version}-py3-none-any.whl"
290290
tar_gz = f"dist/simpleflow-{new_version}.tar.gz"

0 commit comments

Comments
 (0)