Skip to content

Commit 76327fb

Browse files
committed
Enable cibuildwheel 3.x
Signed-off-by: Keith Battocchi <kebatt@microsoft.com>
1 parent bca1e18 commit 76327fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Ensure latest pip and setuptools
7070
run: python -m pip install --upgrade pip && pip install --upgrade setuptools
7171
- name: Build wheels
72-
run: pip install 'cibuildwheel < 3' && python -m cibuildwheel --output-dir dist
72+
run: pip install 'cibuildwheel < 4' && python -m cibuildwheel --output-dir dist
7373
env:
7474
CIBW_BUILD: ${{ inputs.use_lkg && 'cp3{9,10,11,12,13}-*' || 'cp3*' }}
7575
CIBW_SKIP: "*musl* *win32 *i686"

0 commit comments

Comments
 (0)