Skip to content

Commit 4719056

Browse files
committed
Prepare Versioning for CD Release
1 parent bf0e668 commit 4719056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patch_python_package.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import toml
66

77
patchright_version = os.environ.get('playwright_version')
8-
patchright_version = "1.52.2"
8+
# patchright_version = "1.52.2"
99

1010
def patch_file(file_path: str, patched_tree: ast.AST) -> None:
1111
with open(file_path, "w") as f:

0 commit comments

Comments
 (0)