Skip to content

Commit c4e3a87

Browse files
ambvwebknjaz
andauthored
surewhynot
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
1 parent 138ace0 commit c4e3a87

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -466,11 +466,7 @@ jobs:
466466
run: |
467467
set -eux
468468
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
469+
python3 -Im cibuildwheel --output-dir dist "${{ steps.fetch_sdist.outputs.download-path }}/cffi*.tar.gz"
474470
475471
echo "artifact_name=$(ls ./dist/)" >> "$GITHUB_OUTPUT"
476472

0 commit comments

Comments
 (0)