]> Repositories - Adafruit_Blinka-hackapet.git/commitdiff
Have build CI match release CI
authorAlec Delaney <89490472+tekktrik@users.noreply.github.com>
Sat, 17 Sep 2022 03:08:30 +0000 (23:08 -0400)
committerAlec Delaney <89490472+tekktrik@users.noreply.github.com>
Sat, 17 Sep 2022 03:08:30 +0000 (23:08 -0400)
.github/workflows/build.yml

index 520228933fcc134b239db09bac6e22352c861e56..165303498e6a83a108f653dc5e73d420fa91adc9 100644 (file)
@@ -48,7 +48,7 @@ jobs:
       working-directory: docs
       run: sphinx-build -E -W -b html . _build/html
     - name: Build Python package
       working-directory: docs
       run: sphinx-build -E -W -b html . _build/html
     - name: Build Python package
-      if: contains(steps.need-pypi.outputs.pyproject-toml, 'pyproject.toml')
+      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
       run: |
         pip install --upgrade build twine
         for file in $(find -not -path "./.*" -not -path "./docs*" \( -name "*.py" -o -name "*.toml" \) ); do