Skip to content

Commit 0447fda

Browse files
committed
Update cibuildwheel
We need pypa/cibuildwheel#1915 to `yum install`
1 parent 8f04eaa commit 0447fda

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
brew fetch --retry libomp && brew reinstall libomp
148148
echo MACOSX_DEPLOYMENT_TARGET=$(otool -l $(brew --prefix libomp)/lib/libomp.dylib | grep minos | awk '{print $2}') >> $GITHUB_ENV
149149
150-
- uses: pypa/cibuildwheel@v2.18
150+
- uses: pypa/cibuildwheel@v2.21.3
151151
with:
152152
output-dir: wheelhouse
153153
env:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[build-system]
22
build-backend = "setuptools.build_meta"
33
requires = [
4+
# setuptools<74 until PyPy vendors cffi 1.15.1
45
"setuptools >=64, <74",
56
"setuptools-git-versioning",
67
"wheel",

0 commit comments

Comments
 (0)