Skip to content

Commit 9e79bda

Browse files
committed
Update cibuildwheel
1 parent 456c8ba commit 9e79bda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
python3 -c "import pathlib,glob;pathlib.Path('GITHUB_ENV').write_text('SDIST_PATH' + glob.glob('dist/*.tar.gz')[0])"
2222
2323
- name: Build wheels
24-
uses: pypa/cibuildwheel@v2.20.0
24+
uses: pypa/cibuildwheel@v2.21.2
2525
env:
2626
CIBW_BUILD:
2727
# "cp38-* cp39-* cp310-* cp311-* cp312-* cp313-* pp39-* pp310-*"
2828
"cp38-* cp39-* cp310-* cp311-* cp312-* cp313-*"
2929
CIBW_TEST_COMMAND: "python -m pymunk.tests"
30-
CIBW_BUILD_VERBOSITY: 3
30+
# CIBW_BUILD_VERBOSITY: 3
3131
with:
3232
package-dir: "$SDIST_PATH"
3333

@@ -56,7 +56,7 @@ jobs:
5656
- uses: actions/checkout@v4
5757
with:
5858
submodules: true
59-
- uses: pypa/cibuildwheel@v2.20.0
59+
- uses: pypa/cibuildwheel@v2.21.2
6060
env:
6161
CIBW_PLATFORM: pyodide
6262
PYMUNK_BUILD_SLIM: 1

0 commit comments

Comments
 (0)