Skip to content

Commit

Permalink
Bump cibuildwheels version to fix pypa/cibuildwheel#1740
Browse files Browse the repository at this point in the history
  • Loading branch information
syoyo committed Jan 31, 2024
1 parent 2a7e2c0 commit de576e8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Build and upload to PyPI
# Build on every branch push, tag push, and pull request change:
on: [push, pull_request]

# As of 2024/01/31, we must use v2.16.5 or later,
# Otherwise we'll encounter this issue: https://github.com/pypa/cibuildwheel/issues/1740

jobs:

build_wheels:
Expand All @@ -19,7 +22,7 @@ jobs:
fetch-tags: true # Optional, use if you use setuptools_scm

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.2
uses: pypa/cibuildwheel@v2.16.5
# to supply options, put them in 'env', like:
# env:
# CIBW_SOME_OPTION: value
Expand Down Expand Up @@ -53,7 +56,7 @@ jobs:
fetch-tags: true # Optional, use if you use setuptools_scm

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.2
uses: pypa/cibuildwheel@v2.16.5
# to supply options, put them in 'env', like:
# env:
# CIBW_SOME_OPTION: value
Expand Down

0 comments on commit de576e8

Please sign in to comment.