Skip to content

Commit

Permalink
fix tar command
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Dec 5, 2024
1 parent 9e15070 commit a1ab348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
path: dist
- name: Extract sdist
if: matrix.source == 'sdist'
run: tar --strip-leading-components=1 -xzf dist/*.tar.gz
run: tar --strip-components=1 -xzf dist/*.tar.gz
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit a1ab348

Please sign in to comment.