Skip to content

Commit 7994df7

Browse files
committed
Bump cibw to 2.16.5
1 parent fdb2c16 commit 7994df7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- run:
5353
name: Build the Linux wheels.
5454
command: |
55-
pip3 install --user cibuildwheel==2.16.4
55+
pip3 install --user cibuildwheel==2.16.5
5656
PATH="$HOME/.local/bin:$PATH" cibuildwheel --output-dir wheelhouse
5757
5858
- store_artifacts:

.github/workflows/build-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
run: sed -i '' "s/{nproc}/$(sysctl -n hw.logicalcpu)/g" buildconfig/pip_config.ini
186186

187187
- name: Build and test wheels
188-
uses: pypa/cibuildwheel@v2.16.4
188+
uses: pypa/cibuildwheel@v2.16.5
189189

190190
- uses: actions/upload-artifact@v4
191191
with:

.github/workflows/build-manylinux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
CIBW_MANYLINUX_I686_IMAGE: ghcr.io/${{ github.repository }}_i686:${{ steps.meta.outputs.version }}
122122
CIBW_MANYLINUX_PYPY_I686_IMAGE: ghcr.io/${{ github.repository }}_i686:${{ steps.meta.outputs.version }}
123123

124-
uses: pypa/cibuildwheel@v2.16.4
124+
uses: pypa/cibuildwheel@v2.16.5
125125

126126
# We upload the generated files under github actions assets
127127
- name: Upload dist

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
set MSSdk=1
164164
python -m pip install setuptools wheel requests numpy Sphinx"<7.2.0"
165165
python setup.py docs
166-
python -m pip --disable-pip-version-check install cibuildwheel==2.16.4
166+
python -m pip --disable-pip-version-check install cibuildwheel==2.16.5
167167
python -m cibuildwheel --output-dir wheelhouse
168168
169169
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)