Skip to content

Commit

Permalink
Fix package command
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
  • Loading branch information
astrojuanlu committed Jun 20, 2023
1 parent 4b360e1 commit 96c9af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kedro/framework/cli/project.py
Expand Up @@ -159,7 +159,7 @@ def package(metadata: ProjectMetadata):
"build",
"--wheel",
"--outdir",
"../dist",
"dist",
],
cwd=str(project_path),
)
Expand Down

0 comments on commit 96c9af0

Please sign in to comment.