We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c83ad3f commit 1027c61Copy full SHA for 1027c61
1 file changed
script/release
@@ -284,7 +284,7 @@ def main():
284
release_tag(new_version, changes, dry_run)
285
286
# push package to pypi
287
- step(f"Generate and push package to {args.repository or args.repository_url or 'pypi'}")
+ step(f"Generate and push package to {args.index or 'pypi'}")
288
execute(["uv", "build"], log=True)
289
wheel = f"dist/simpleflow-{new_version}-py3-none-any.whl"
290
tar_gz = f"dist/simpleflow-{new_version}.tar.gz"
0 commit comments