kedro-org / kedro-viz

Visualise your Kedro data and machine-learning pipelines and track your experiments.
https://demo.kedro.org
Apache License 2.0
646 stars 106 forks source link

Hot Fix: Added missing wheel package #1932

Closed jitu5 closed 1 month ago

jitu5 commented 1 month ago

Description

Hot fix for the releases 9.1.0: Adding missing python package wheel for publishing Kedro-Viz to PyPi via Github actions.

Development notes

Added a pip install wheel as step in release.yml workflow.

Checklist