From: Melissa LeBlanc-Williams Date: Wed, 18 Jun 2025 20:09:21 +0000 (-0700) Subject: Fix missing line in ctions X-Git-Tag: 8.60.0^2~4 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/22d9f345de6e8b0791efca3a2d48ca158f15c043?ds=inline Fix missing line in ctions --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8f6450a..52d16c1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,6 +52,7 @@ jobs: run: | echo "pyproject-toml=$( find . -wholename './pyproject.toml' )" >> $GITHUB_OUTPUT - name: Build Python package + if: contains(steps.need-pypi.outputs.pyproject-toml, 'pyproject.toml') run: | pip install --upgrade build twine for file in $(find -not -path "./.*" -not -path "./docs*" \( -name "*.py" -o -name "*.toml" \) ); do