Skip to content

Commit

Permalink
debug [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed May 2, 2024
1 parent 6490f16 commit 54cda83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ jobs:
set -x
ls -lR
ls -lR wheels-*
echo matrix.platform: ${{ matrix.platform }}
echo matrix.arch: ${{ matrix.arch }}
WHL=$(find . -name 'tiledbsoma-*-cp311-cp311-*${{ matrix.platform }}*_${{ matrix.arch }}.whl')
if [ -z "$WHL" ]; then echo "No wheel found"; exit 1; fi
unzip -l $WHL
Expand Down

0 comments on commit 54cda83

Please sign in to comment.