File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 52
52
- run :
53
53
name : Build the Linux wheels.
54
54
command : |
55
- pip3 install --user cibuildwheel==2.16.4
55
+ pip3 install --user cibuildwheel==2.16.5
56
56
PATH="$HOME/.local/bin:$PATH" cibuildwheel --output-dir wheelhouse
57
57
58
58
- store_artifacts :
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ jobs:
185
185
run : sed -i '' "s/{nproc}/$(sysctl -n hw.logicalcpu)/g" buildconfig/pip_config.ini
186
186
187
187
- name : Build and test wheels
188
- uses : pypa/cibuildwheel@v2.16.4
188
+ uses : pypa/cibuildwheel@v2.16.5
189
189
190
190
- uses : actions/upload-artifact@v4
191
191
with :
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121
121
CIBW_MANYLINUX_I686_IMAGE : ghcr.io/${{ github.repository }}_i686:${{ steps.meta.outputs.version }}
122
122
CIBW_MANYLINUX_PYPY_I686_IMAGE : ghcr.io/${{ github.repository }}_i686:${{ steps.meta.outputs.version }}
123
123
124
- uses : pypa/cibuildwheel@v2.16.4
124
+ uses : pypa/cibuildwheel@v2.16.5
125
125
126
126
# We upload the generated files under github actions assets
127
127
- name : Upload dist
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ jobs:
163
163
set MSSdk=1
164
164
python -m pip install setuptools wheel requests numpy Sphinx"<7.2.0"
165
165
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
167
167
python -m cibuildwheel --output-dir wheelhouse
168
168
169
169
- uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments