diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 54a6ef9a..cab23f01 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -32,4 +32,7 @@ jobs: - uses: actions/upload-artifact@v4 with: name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }} - path: ./wheelhouse/*.whl \ No newline at end of file + path: ./wheelhouse/*.whl + + - name: List all files + run: find . \ No newline at end of file