Skip to content

Commit 40a3e68

Browse files
committed
Stop cibuildwheel from building for Python 3.12 with the env CIBW_BUILD argument
1 parent 30e99f3 commit 40a3e68

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ jobs:
1313
build_wheels:
1414
name: Build wheels on ${{ matrix.os }}
1515
runs-on: ${{ matrix.os }}
16+
permissions:
17+
contents: write
18+
19+
env:
20+
CIBW_BUILD: ${{ matrix.cibw_build }}
21+
1622
strategy:
1723
matrix:
1824
os: [ubuntu-latest, windows-latest, macos-latest]

0 commit comments

Comments
 (0)