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 9e15070 commit a1ab348Copy full SHA for a1ab348
.github/workflows/test.yml
@@ -91,7 +91,7 @@ jobs:
91
path: dist
92
- name: Extract sdist
93
if: matrix.source == 'sdist'
94
- run: tar --strip-leading-components=1 -xzf dist/*.tar.gz
+ run: tar --strip-components=1 -xzf dist/*.tar.gz
95
- name: Set up Python ${{ matrix.python-version }}
96
uses: actions/setup-python@v5
97
with:
0 commit comments