From b2608eb7edadc4909ca2f1c07e0d1c318ba09279 Mon Sep 17 00:00:00 2001 From: Alec Delaney <89490472+tekktrik@users.noreply.github.com> Date: Fri, 16 Sep 2022 23:11:53 -0400 Subject: [PATCH] Take out conditional for building package in build CI --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) 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 -- 2.49.0