Skip to content

Commit a00ae0b

Browse files
committed
- extract tar.gz
1 parent 3cbacca commit a00ae0b

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,12 @@ jobs:
3535
- uses: actions/download-artifact@v4
3636
with:
3737
name: sdist
38-
39-
- name: Display structure of downloaded files
40-
run: ls -R
38+
39+
- name: Extract sdist into the current directory
40+
run: |
41+
ls -R
42+
tar zxf *.tar.gz --strip-components=1
43+
ls -R
4144
4245
- uses: pypa/cibuildwheel@v2.16.2
4346
env:

0 commit comments

Comments
 (0)