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