Skip to content

Commit cb311cb

Browse files
committed
chore: do not publish automatically
1 parent 2dea0aa commit cb311cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ version_pattern = [
100100
'package.json:"version": "{version}"'
101101
]
102102
branch = "main"
103-
upload_to_pypi = true
104-
upload_to_release = true
103+
upload_to_pypi = false
104+
upload_to_release = false
105105
build_command = "pip install poetry && poetry build"
106106

107107
[tool.black]

0 commit comments

Comments
 (0)