Skip to content

Commit 6080b7d

Browse files
committed
chore: disable upload to repository for semantic release
1 parent 9356b32 commit 6080b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ all = ["style", "typing"]
174174
version_variable = ["robotcode/__version__.py:__version__"]
175175
version_pattern = ['package.json:"version": "{version}"']
176176
branch = "main"
177-
upload_to_pypi = false
178177
upload_to_release = false
178+
upload_to_repository = false
179179
build_command = "pip install hatch && hatch build"
180180

181181
[tool.black]

0 commit comments

Comments
 (0)