Skip to content

Commit aac30fd

Browse files
authored
🔨 Tweak PDM hook script (fastapi#14895)
1 parent 417f1ee commit aac30fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pdm_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from pdm.backend.hooks import Context
55

6-
TIANGOLO_BUILD_PACKAGE = os.getenv("TIANGOLO_BUILD_PACKAGE", "typer")
6+
TIANGOLO_BUILD_PACKAGE = os.getenv("TIANGOLO_BUILD_PACKAGE")
77

88

99
def pdm_build_initialize(context: Context) -> None:

0 commit comments

Comments
 (0)