Skip to content

Commit 17de77b

Browse files
Merge pull request #593 from UiPath/fix/ignore-files-on-push-command
fix: push cmd should include extra files
2 parents 8450aa8 + 510cf34 commit 17de77b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "uipath"
3-
version = "2.1.51"
3+
version = "2.1.52"
44
description = "Python SDK and CLI for UiPath Platform, enabling programmatic interaction with automation services, process management, and deployment tools."
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.10"

src/uipath/_cli/_utils/_project_files.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ def get_project_config(directory: str) -> dict[str, str]:
6969
"authors": toml_data["authors"],
7070
"dependencies": toml_data.get("dependencies", {}),
7171
"requires-python": toml_data.get("requires-python", None),
72+
"settings": config_data.get("settings", {}),
7273
}
7374

7475

0 commit comments

Comments
 (0)