From: Alec Delaney <89490472+tekktrik@users.noreply.github.com> Date: Tue, 20 Sep 2022 16:19:23 +0000 (-0400) Subject: Fix build missing in release CI X-Git-Tag: 8.4.2^2 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/79c68c1bead28d7a890f5ca156d97b9f76ecccb7?ds=sidebyside;hp=-c Fix build missing in release CI --- 79c68c1bead28d7a890f5ca156d97b9f76ecccb7 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9275e00..f8399b7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: 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: