We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc68a5 commit 3cbaccaCopy full SHA for 3cbacca
1 file changed
.github/workflows/wheels.yml
@@ -35,6 +35,9 @@ jobs:
35
- uses: actions/download-artifact@v4
36
with:
37
name: sdist
38
+
39
+ - name: Display structure of downloaded files
40
+ run: ls -R
41
42
- uses: pypa/cibuildwheel@v2.16.2
43
env:
0 commit comments