Skip to content

fix: ignore hidden files on uipath push#1526

Merged
radu-mocanu merged 1 commit intomainfrom
fix/push-ignore-hidden-files
Mar 29, 2026
Merged

fix: ignore hidden files on uipath push#1526
radu-mocanu merged 1 commit intomainfrom
fix/push-ignore-hidden-files

Conversation

@radu-mocanu
Copy link
Copy Markdown
Collaborator

@radu-mocanu radu-mocanu commented Mar 29, 2026

  • ignore hidden files on uipath push

Why?

Fixes Invalid File Name revceived from SW StructuralMigration API

Pushing UiPath project to Studio Web...
❌ Failed to push UiPath project:
Request URL: https://staging.uipath.com/.../FileOperations/StructuralMigration
HTTP Method: POST
Status Code: 409
Response Content: {"code":"6000","message":"Invalid file name.","translatedMessage":"Invalid file name."}

Development Packages

uipath

[project]
dependencies = [
  # Exact version:
  "uipath==2.10.36.dev1015265731",

  # Any version from PR
  "uipath>=2.10.36.dev1015260000,<2.10.36.dev1015270000"
]

[[tool.uv.index]]
name = "testpypi"
url = "https://test.pypi.org/simple/"
publish-url = "https://test.pypi.org/legacy/"
explicit = true

[tool.uv.sources]
uipath = { index = "testpypi" }

@github-actions github-actions bot added test:uipath-langchain Triggers tests in the uipath-langchain-python repository test:uipath-llamaindex Triggers tests in the uipath-llamaindex-python repository labels Mar 29, 2026
@radu-mocanu radu-mocanu added build:dev Create a dev build from the pr and removed test:uipath-langchain Triggers tests in the uipath-langchain-python repository test:uipath-llamaindex Triggers tests in the uipath-llamaindex-python repository labels Mar 29, 2026
@radu-mocanu radu-mocanu merged commit eb5749b into main Mar 29, 2026
93 checks passed
@radu-mocanu radu-mocanu deleted the fix/push-ignore-hidden-files branch March 29, 2026 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build:dev Create a dev build from the pr

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant