diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index a85e026..2e25907 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -29,7 +29,9 @@ jobs: repository_name: "scraibe" repository_url: "https://test.pypi.org/legacy/" - name: Get list of available folders after checkout - run: ls -l + run: | + cd source + ls -l test-install: