]> Repositories - Adafruit_Blinka-hackapet.git/commitdiff
Fix missing line in ctions
authorMelissa LeBlanc-Williams <melissa@adafruit.com>
Wed, 18 Jun 2025 20:09:21 +0000 (13:09 -0700)
committerMelissa LeBlanc-Williams <melissa@adafruit.com>
Wed, 18 Jun 2025 20:09:21 +0000 (13:09 -0700)
.github/workflows/build.yml

index 8f6450abda107a9ae7ab0b849685f812d1afa5cd..52d16c17e6b237c027434a7cf5d8f9b240ce42b3 100644 (file)
@@ -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