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