From 3e7f2f2badded23640bfc0426d35bc6e1eeb40ac Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Thu, 27 Feb 2025 16:16:11 +0100 Subject: [PATCH] Add build debug --- .github/workflows/pypi-release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pypi-release.yml b/.github/workflows/pypi-release.yml index 3c27c2da..45ab84a2 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/pypi-release.yml @@ -45,6 +45,10 @@ jobs: - name: Test that the basic pip built package runs without error run: | set -ex + ls -alR + find . + ls -al dist + pip3 install dist/changedetection.io*.whl changedetection.io -d /tmp -p 10000 & sleep 3