We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52c5662 commit 322e11cCopy full SHA for 322e11c
build-system/luxmake/wheel.py
@@ -112,8 +112,8 @@ def make_wheel(args):
112
113
logger.info("Making wheel for version '%s' and tag '%s'", version, tag)
114
with (
115
- tempfile.TemporaryDirectory(delete=False) as wheeltree,
116
- tempfile.TemporaryDirectory(delete=False) as raw_wheel,
+ tempfile.TemporaryDirectory() as wheeltree,
+ tempfile.TemporaryDirectory() as raw_wheel,
117
):
118
# We create an install tree, with all the wheel components, then we
119
# pack it into a raw wheel and eventually we repair it.
0 commit comments