Skip to content

Commit

Permalink
Bump cibuildwheels version to fix this issue: pypa/cibuildwheel#1740
Browse files Browse the repository at this point in the history
  • Loading branch information
syoyo committed Jan 31, 2024
1 parent e4f664e commit 14fad5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4

- 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 All @@ -43,7 +43,7 @@ jobs:
- uses: actions/checkout@v4

- 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 14fad5c

Please sign in to comment.