Skip to content

Commit c00c90d

Browse files
committed
Update auditwheel to remove incompatibility with wheel latest version
1 parent 88823fc commit c00c90d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -315,9 +315,10 @@ jobs:
315315
- uses: pypa/[email protected]
316316
env:
317317
CIBW_BUILD: cp39-*
318-
CIBW_BEFORE_BUILD: pip install -U 'pip>=23.2.1' 'setuptools>=68.0.0' 'wheel<=0.37.1' && pip install -e . && pip list
319-
# ^-- cap on `wheel` is a workaround for pypa/auditwheel#436
320-
# setuptools needs to be upgraded before installing setuptools-rust
318+
CIBW_BEFORE_BUILD: >
319+
pip install -U 'pip>=23.2.1' 'setuptools>=68.0.0' 'wheel>=0.41.2' 'auditwheel>=5.4.0'
320+
&& pip install -e .
321+
&& pip list
321322
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
322323
CIBW_BUILD_VERBOSITY: 3
323324
CIBW_BUILD_FRONTEND: "build; args: --no-isolation"

0 commit comments

Comments
 (0)