Skip to content

Commit 39902a0

Browse files
committed
[CI] Inspect
1 parent 653774e commit 39902a0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/wheel.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
- name: Build Python package
2626
run: python setup.py bdist_wheel
2727

28+
- name: Inspect
29+
run: |
30+
find dist/
31+
2832
#- name: Upload a Build Artifact
2933
# uses: actions/upload-artifact@v4
3034
# with:

0 commit comments

Comments
 (0)