Skip to content

Commit

Permalink
Update cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
viblo committed Oct 5, 2024
1 parent 456c8ba commit 9e79bda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ 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.20.0
uses: pypa/cibuildwheel@v2.21.2
env:
CIBW_BUILD:
# "cp38-* cp39-* cp310-* cp311-* cp312-* cp313-* pp39-* pp310-*"
"cp38-* cp39-* cp310-* cp311-* cp312-* cp313-*"
CIBW_TEST_COMMAND: "python -m pymunk.tests"
CIBW_BUILD_VERBOSITY: 3
# CIBW_BUILD_VERBOSITY: 3
with:
package-dir: "$SDIST_PATH"

Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- uses: pypa/cibuildwheel@v2.20.0
- uses: pypa/cibuildwheel@v2.21.2
env:
CIBW_PLATFORM: pyodide
PYMUNK_BUILD_SLIM: 1
Expand Down

0 comments on commit 9e79bda

Please sign in to comment.