Skip to content

Commit f21df5e

Browse files
committed
v2026.2.18 release
1 parent 8bb898f commit f21df5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def release(ctx: Context, notest: bool = False, version: str = NEW_VER) -> None:
146146
set_ver(ctx, version)
147147
if not notest:
148148
test(ctx)
149-
update_doc(ctx)
149+
# update_doc(ctx)
150150
commit(ctx)
151151
release_github(ctx)
152152
ctx.run("python -m build", warn=True)

0 commit comments

Comments
 (0)