Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcAntoineSchmidtQC committed Oct 13, 2023
1 parent a9c8662 commit 49c2573
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,12 @@ jobs:
path: dist

- name: see content of dist
run: ls -l dist
run: |
ls -l dist
for f in dist/*.whl; do
echo "Contents of $f"
unzip -l $f
done
upload_testpypi:
Expand Down

0 comments on commit 49c2573

Please sign in to comment.