We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 653774e commit 39902a0Copy full SHA for 39902a0
1 file changed
.github/workflows/wheel.yml
@@ -25,6 +25,10 @@ jobs:
25
- name: Build Python package
26
run: python setup.py bdist_wheel
27
28
+ - name: Inspect
29
+ run: |
30
+ find dist/
31
+
32
#- name: Upload a Build Artifact
33
# uses: actions/upload-artifact@v4
34
# with:
0 commit comments