From ef045ef090185161dcc97f46b34bffd011c9aa9c Mon Sep 17 00:00:00 2001 From: Richard Barnes Date: Wed, 15 May 2024 00:20:06 -0400 Subject: [PATCH] List all files after build --- .github/workflows/wheels.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index cab23f01..0cbd5546 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -23,7 +23,7 @@ jobs: run: python --version - name: Build wheels - run: python -m cibuildwheel --output-dir wheelhouse + run: python -m cibuildwheel --output-dir wheelhouse && find . working-directory: wrappers/pyrichdem # to supply options, put them in 'env', like: # env: @@ -33,6 +33,3 @@ jobs: with: name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }} path: ./wheelhouse/*.whl - - - name: List all files - run: find . \ No newline at end of file