1
0
Эх сурвалжийг харах

Merge pull request #297 from Avaiga/feature/add-install-wheel

install wheel in release actions
dinhlongnguyen 1 жил өмнө
parent
commit
6a66415607

+ 1 - 1
.github/workflows/release-dev.yml

@@ -62,7 +62,7 @@ jobs:
       - name: Install dependencies
       - name: Install dependencies
         run: |
         run: |
           python -m pip install --upgrade pip
           python -m pip install --upgrade pip
-          pip install build
+          pip install build wheel
           pip install "taipy-gui==${{ github.event.inputs.taipy-gui-version }}"
           pip install "taipy-gui==${{ github.event.inputs.taipy-gui-version }}"
 
 
       - name: Check dependencies are available
       - name: Check dependencies are available

+ 1 - 1
.github/workflows/release.yml

@@ -69,7 +69,7 @@ jobs:
       - name: Install dependencies
       - name: Install dependencies
         run: |
         run: |
           python -m pip install --upgrade pip
           python -m pip install --upgrade pip
-          pip install build
+          pip install build wheel
           # install taipy-gui from based on setup.py version
           # install taipy-gui from based on setup.py version
 
 
       - name: Build and test the package
       - name: Build and test the package