Skip to content

Commit 067d006

Browse files
authored
⚙️ Update python.py
1 parent 0c01df0 commit 067d006

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

continuous_delivery_scripts/plugins/python.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030

3131

3232
def _create_wheel() -> None:
33+
logger.info("Creating wheel")
3334
root = configuration.get_value(ConfigurationVariable.PROJECT_ROOT)
3435
with cd(root):
3536
check_call(

0 commit comments

Comments
 (0)