Skip to content

Commit

Permalink
List all files after build
Browse files Browse the repository at this point in the history
  • Loading branch information
r-barnes committed May 15, 2024
1 parent 11823b0 commit ef045ef
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -33,6 +33,3 @@ jobs:
with:
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
path: ./wheelhouse/*.whl

- name: List all files
run: find .

0 comments on commit ef045ef

Please sign in to comment.