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 82638d4 commit 8b23c71Copy full SHA for 8b23c71
1 file changed
.github/workflows/ci.yaml
@@ -466,7 +466,11 @@ jobs:
466
run: |
467
set -eux
468
469
- python3 -m cibuildwheel --output-dir dist "${{ steps.fetch_sdist.outputs.download-path }}/cffi*.tar.gz"
+ 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
474
475
echo "artifact_name=$(ls ./dist/)" >> "$GITHUB_OUTPUT"
476
0 commit comments