We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3e0abf commit 4021f2dCopy full SHA for 4021f2d
build-project/build-project.py
@@ -64,6 +64,7 @@ def main() -> None:
64
],
65
check=True,
66
env={"SOURCE_DATE_EPOCH": get_git_head_timestamp()},
67
+ cwd=Path(__file__).parent.parent,
68
)
69
70
0 commit comments