-
-
Notifications
You must be signed in to change notification settings - Fork 261
Closed
Description
Describe the bug
uv build crashes:
Building source distribution (uv build backend)...
Building wheel from source distribution (uv build backend)...
× Failed to build `/path/to/client`
├─▶ Failed to walk source tree: `/Users/emil/.cache/uv/sdists-v9/.tmphKI5f2/client-2.64.0/CHANGELOG.md`
├─▶ IO error for operation on /Users/emil/.cache/uv/sdists-v9/.tmphKI5f2/client-2.64.0/CHANGELOG.md: No such file or directory (os error 2)
╰─▶ No such file or directory (os error 2)
Probably related to this part in pyproject.toml:
[tool.uv.build-backend]
module-name = "arboair_microservice"
module-root = ""
data = [
"CHANGELOG.md",
]But there is no changelog.md generated.
OpenAPI Spec File
N/A
Desktop (please complete the following information):
- OS: macOS 15.7.1
- Python Version: 3.12
- openapi-python-client version 0.27.0
Additional context
Add any other context about the problem here.
Copilot
Metadata
Metadata
Assignees
Labels
No labels