install wheel in release actions
@@ -62,7 +62,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
- pip install build
+ pip install build wheel
pip install "taipy-gui==${{ github.event.inputs.taipy-gui-version }}"
- name: Check dependencies are available
@@ -69,7 +69,7 @@ jobs:
# install taipy-gui from based on setup.py version
- name: Build and test the package