Ver código fonte

install wheel

dinhlongnguyen 1 ano atrás
pai
commit
9a39c27b61
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1 1
      .github/workflows/release-dev.yml
  2. 1 1
      .github/workflows/release.yml

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

@@ -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

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

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