Skip to content

Commit 8b23c71

Browse files
committed
Revert "Attempt #2 to forego tar.gz extraction"
This reverts commit a0cf74a.
1 parent 82638d4 commit 8b23c71

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,11 @@ jobs:
466466
run: |
467467
set -eux
468468
469-
python3 -m cibuildwheel --output-dir dist "${{ steps.fetch_sdist.outputs.download-path }}/cffi*.tar.gz"
469+
mkdir cffi
470+
471+
tar zxf ${{ steps.fetch_sdist.outputs.download-path }}/cffi*.tar.gz --strip-components=1 -C cffi
472+
473+
python3 -m cibuildwheel --output-dir dist cffi
470474
471475
echo "artifact_name=$(ls ./dist/)" >> "$GITHUB_OUTPUT"
472476

0 commit comments

Comments
 (0)