From: Alec Delaney <89490472+tekktrik@users.noreply.github.com> Date: Sat, 17 Sep 2022 03:11:53 +0000 (-0400) Subject: Take out conditional for building package in build CI X-Git-Tag: 8.4.1^2 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/b2608eb7edadc4909ca2f1c07e0d1c318ba09279 Take out conditional for building package in build CI --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1653034..5fe5064 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,7 +48,6 @@ jobs: working-directory: docs run: sphinx-build -E -W -b html . _build/html - name: Build Python package - if: contains(steps.need-pypi.outputs.setup-py, 'setup.py') run: | pip install --upgrade build twine for file in $(find -not -path "./.*" -not -path "./docs*" \( -name "*.py" -o -name "*.toml" \) ); do