Skip to content

Commit 4021f2d

Browse files
committed
Set cwd=Path(__file__).parent.parent in build project build call
1 parent e3e0abf commit 4021f2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-project/build-project.py

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ def main() -> None:
6464
],
6565
check=True,
6666
env={"SOURCE_DATE_EPOCH": get_git_head_timestamp()},
67+
cwd=Path(__file__).parent.parent,
6768
)
6869

6970

0 commit comments

Comments
 (0)