]> Repositories - hackapet/Adafruit_Blinka.git/blobdiff - .github/workflows/build.yml
Take out conditional for building package in build CI
[hackapet/Adafruit_Blinka.git] / .github / workflows / build.yml
index 520228933fcc134b239db09bac6e22352c861e56..5fe5064b350be4a29d17ff01796f6c310d7fddb0 100644 (file)
@@ -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.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