Skip to content

Commit

Permalink
Update cibuildwheel, try testing on pyodide
Browse files Browse the repository at this point in the history
  • Loading branch information
viblo committed Dec 16, 2024
1 parent 87f19fc commit fc4b727
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python3 -c "import pathlib,glob;pathlib.Path('GITHUB_ENV').write_text('SDIST_PATH' + glob.glob('dist/*.tar.gz')[0])"
- name: Build wheels
uses: pypa/cibuildwheel@v2.21.2
uses: pypa/cibuildwheel@v2.22.0
env:
CIBW_BUILD:
# "cp38-* cp39-* cp310-* cp311-* cp312-* cp313-* pp39-* pp310-*"
Expand Down Expand Up @@ -56,10 +56,11 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- uses: pypa/cibuildwheel@v2.21.2
- uses: pypa/cibuildwheel@v2.22.0
env:
CIBW_PLATFORM: pyodide
PYMUNK_BUILD_SLIM: 1
CIBW_TEST_COMMAND: python -c "import pymunk"
- uses: actions/upload-artifact@v4
if: ${{ github.ref == 'refs/heads/master' }}
with:
Expand Down

0 comments on commit fc4b727

Please sign in to comment.