Skip to content

Commit fc4b727

Browse files
committed
Update cibuildwheel, try testing on pyodide
1 parent 87f19fc commit fc4b727

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ 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.21.2
24+
uses: pypa/cibuildwheel@v2.22.0
2525
env:
2626
CIBW_BUILD:
2727
# "cp38-* cp39-* cp310-* cp311-* cp312-* cp313-* pp39-* pp310-*"
@@ -56,10 +56,11 @@ jobs:
5656
- uses: actions/checkout@v4
5757
with:
5858
submodules: true
59-
- uses: pypa/cibuildwheel@v2.21.2
59+
- uses: pypa/cibuildwheel@v2.22.0
6060
env:
6161
CIBW_PLATFORM: pyodide
6262
PYMUNK_BUILD_SLIM: 1
63+
CIBW_TEST_COMMAND: python -c "import pymunk"
6364
- uses: actions/upload-artifact@v4
6465
if: ${{ github.ref == 'refs/heads/master' }}
6566
with:

0 commit comments

Comments
 (0)