Skip to content

Commit 1c87851

Browse files
committed
Skip PyPy wheel builds.
1 parent 556d7db commit 1c87851

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
jobs:
99
build_wheels:
1010
name: Build wheels on ${{ matrix.os }}
11+
env:
12+
CIBW_SKIP: pp*
1113
runs-on: ${{ matrix.os }}
1214
strategy:
1315
matrix:

0 commit comments

Comments
 (0)