Skip to content

Commit 4ea95d5

Browse files
graingertcclauss
andauthored
Update .github/workflows/ci.yml
Co-authored-by: Christian Clauss <[email protected]>
1 parent 3dd3a33 commit 4ea95d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
if: runner.os != 'Windows'
9393
run: python -m cibuildwheel --output-dir wheelhouse
9494
env:
95-
CIBW_BUILD: cp38-${{ matrix.name }}* pp*-${{ matrix.name }}*
95+
CIBW_BUILD: cp38-${{ matrix.name }}*
9696
CIBW_ARCHS_LINUX: auto aarch64
9797
CIBW_BEFORE_BUILD_LINUX: yum install -y libffi-devel
9898
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)