Skip to content

Commit

Permalink
Update cibuildwheel
Browse files Browse the repository at this point in the history
We need pypa/cibuildwheel#1915 to `yum install`
  • Loading branch information
eriknw committed Oct 13, 2024
1 parent 8f04eaa commit 0447fda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
brew fetch --retry libomp && brew reinstall libomp
echo MACOSX_DEPLOYMENT_TARGET=$(otool -l $(brew --prefix libomp)/lib/libomp.dylib | grep minos | awk '{print $2}') >> $GITHUB_ENV
- uses: pypa/cibuildwheel@v2.18
- uses: pypa/cibuildwheel@v2.21.3
with:
output-dir: wheelhouse
env:
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[build-system]
build-backend = "setuptools.build_meta"
requires = [
# setuptools<74 until PyPy vendors cffi 1.15.1
"setuptools >=64, <74",
"setuptools-git-versioning",
"wheel",
Expand Down

0 comments on commit 0447fda

Please sign in to comment.