]> Repositories - Adafruit_Blinka-hackapet.git/commitdiff
Fix build missing in release CI
authorAlec Delaney <89490472+tekktrik@users.noreply.github.com>
Tue, 20 Sep 2022 16:19:23 +0000 (12:19 -0400)
committerGitHub <noreply@github.com>
Tue, 20 Sep 2022 16:19:23 +0000 (12:19 -0400)
.github/workflows/release.yml

index 9275e00ed0153069fe18941de88d0a010db7b09e..f8399b734d73a7fbc4a6001ab52bd666d7c1f2ba 100644 (file)
@@ -25,7 +25,7 @@ jobs:
       if: contains(steps.need-pypi.outputs.setup-py, 'setup.py')
       run: |
         python -m pip install --upgrade pip
       if: contains(steps.need-pypi.outputs.setup-py, 'setup.py')
       run: |
         python -m pip install --upgrade pip
-        pip install setuptools wheel twine
+        pip install --upgrade build twine
     - name: Build and publish
       if: contains(steps.need-pypi.outputs.setup-py, 'setup.py')
       env:
     - name: Build and publish
       if: contains(steps.need-pypi.outputs.setup-py, 'setup.py')
       env: