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