Skip to content

Commit 1dd5754

Browse files
committed
Update cibuildwheel
1 parent 66b7c88 commit 1dd5754

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/wheels.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ jobs:
2222
python3 -c "import pathlib,glob;pathlib.Path('GITHUB_ENV').write_text('SDIST_PATH' + glob.glob('dist/*.tar.gz')[0])"
2323
2424
- name: Build wheels
25-
uses: pypa/cibuildwheel@v3.0.0
25+
uses: pypa/cibuildwheel@v3.1.0
2626
env:
27-
CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-* cp313-* pp310-* pp311-*"
27+
CIBW_BUILD:
28+
"cp39-* cp310-* cp311-* cp312-* cp313-* cp314-* pp310-* pp311-*"
2829
with:
2930
package-dir: "$SDIST_PATH"
3031

@@ -53,7 +54,7 @@ jobs:
5354
- uses: actions/checkout@v4
5455
with:
5556
submodules: true
56-
- uses: pypa/cibuildwheel@v3.0.0
57+
- uses: pypa/cibuildwheel@v3.1.0
5758
env:
5859
CIBW_PLATFORM: pyodide
5960
- uses: actions/upload-artifact@v4
@@ -72,7 +73,7 @@ jobs:
7273
with:
7374
submodules: true
7475
- run: brew upgrade cmake
75-
- uses: pypa/cibuildwheel@v3.0.0
76+
- uses: pypa/cibuildwheel@v3.1.0
7677
env:
7778
CIBW_PLATFORM: ios
7879
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)