Skip to content

Commit a1ab348

Browse files
committed
fix tar command
1 parent 9e15070 commit a1ab348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
path: dist
9292
- name: Extract sdist
9393
if: matrix.source == 'sdist'
94-
run: tar --strip-leading-components=1 -xzf dist/*.tar.gz
94+
run: tar --strip-components=1 -xzf dist/*.tar.gz
9595
- name: Set up Python ${{ matrix.python-version }}
9696
uses: actions/setup-python@v5
9797
with:

0 commit comments

Comments
 (0)