Skip to content

Commit f0a1709

Browse files
committed
.github/workflows: bump versions
1 parent a7e4f56 commit f0a1709

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/build.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
CIBW_MANYLINUX_I686_IMAGE: manylinux_2_28
2727
CIBW_MANYLINUX_PYPY_X86_64_IMAGE: manylinux_2_28
2828
CIBW_MANYLINUX_PYPY_I686_IMAGE: manylinux_2_28
29-
CIBW_BEFORE_BUILD: pip install setuptools==58.0.1&&pip install -U Cython&&pip install -U wheel numpy
29+
CIBW_BEFORE_BUILD: pip install setuptools&&pip install -U Cython&&pip install -U wheel numpy
3030
CIBW_BEFORE_TEST: pip install -U Cython
3131
CIBW_TEST_REQUIRES: pytest pandas polars
3232
CIBW_TEST_COMMAND: >
@@ -47,7 +47,7 @@ jobs:
4747
run: ./tools/build_wheel_linux.sh
4848
shell: bash
4949
- name: Build wheels
50-
uses: pypa/cibuildwheel@v2.22.0
50+
uses: pypa/cibuildwheel@v2.23.3
5151
env:
5252
CIBW_ARCHS_LINUX: x86_64
5353
CIBW_BUILD_FRONTEND: build
@@ -76,8 +76,8 @@ jobs:
7676
PIP_NO_VERIFY: 0
7777
PIP_VERBOSE: 1
7878
CIBW_BUILD_VERBOSITY: 2
79-
CIBW_BEFORE_BUILD: pip install setuptools==58.0.1&&pip install Cython==0.29.37&&pip install -U wheel numpy
80-
CIBW_BEFORE_TEST: apk add bash&&bash setup_rust.sh&&. "$HOME/.cargo/env"&&pip install Cython==0.29.37&&pip install -U maturin&&pip install -U polars
79+
CIBW_BEFORE_BUILD: pip install setuptools&&pip install Cython&&pip install -U wheel numpy
80+
CIBW_BEFORE_TEST: apk add bash&&bash setup_rust.sh&&. "$HOME/.cargo/env"&&pip install Cython&&pip install -U maturin&&pip install -U polars
8181
CIBW_TEST_REQUIRES: pytest pandas polars
8282
CIBW_TEST_COMMAND: >
8383
cd .. &&
@@ -107,7 +107,7 @@ jobs:
107107
./tools/build_wheel_linux.sh
108108
shell: alpine.sh {0}
109109
- name: Build wheels
110-
uses: pypa/cibuildwheel@v2.22.0
110+
uses: pypa/cibuildwheel@v2.23.3
111111
env:
112112
CIBW_ARCHS_LINUX: x86_64
113113
CIBW_BUILD_FRONTEND: build
@@ -140,7 +140,7 @@ jobs:
140140
CIBW_MANYLINUX_I686_IMAGE: manylinux_2_28
141141
CIBW_MANYLINUX_PYPY_X86_64_IMAGE: manylinux_2_28
142142
CIBW_MANYLINUX_PYPY_I686_IMAGE: manylinux_2_28
143-
CIBW_BEFORE_BUILD: pip install setuptools==58.0.1&&pip install -U Cython&&pip install -U wheel numpy
143+
CIBW_BEFORE_BUILD: pip install setuptools&&pip install -U Cython&&pip install -U wheel numpy
144144
CIBW_BEFORE_TEST: pip install -U Cython
145145
CIBW_TEST_REQUIRES: pytest pandas polars
146146
CIBW_TEST_COMMAND: >
@@ -161,7 +161,7 @@ jobs:
161161
run: ./tools/build_wheel_linux.sh
162162
shell: bash
163163
- name: Build wheels
164-
uses: pypa/cibuildwheel@v2.22.0
164+
uses: pypa/cibuildwheel@v2.23.3
165165
env:
166166
CIBW_ARCHS_LINUX: aarch64
167167
CIBW_BUILD_FRONTEND: build
@@ -190,8 +190,8 @@ jobs:
190190
PIP_NO_VERIFY: 0
191191
PIP_VERBOSE: 1
192192
CIBW_BUILD_VERBOSITY: 2
193-
CIBW_BEFORE_BUILD: pip install setuptools==58.0.1&&pip install Cython==0.29.37&&pip install -U wheel numpy
194-
CIBW_BEFORE_TEST: apk add bash&&bash setup_rust.sh&&. "$HOME/.cargo/env"&&pip install Cython==0.29.37&&pip install -U maturin&&pip install -U polars
193+
CIBW_BEFORE_BUILD: pip install setuptools&&pip install Cython&&pip install -U wheel numpy
194+
CIBW_BEFORE_TEST: apk add bash&&bash setup_rust.sh&&. "$HOME/.cargo/env"&&pip install Cython&&pip install -U maturin&&pip install -U polars
195195
CIBW_TEST_REQUIRES: pytest pandas polars
196196
CIBW_TEST_COMMAND: >
197197
cd .. &&
@@ -222,7 +222,7 @@ jobs:
222222
./tools/build_wheel_linux.sh
223223
shell: alpine.sh {0}
224224
- name: Build wheels
225-
uses: pypa/cibuildwheel@v2.22.0
225+
uses: pypa/cibuildwheel@v2.23.3
226226
env:
227227
CIBW_ARCHS_LINUX: x86_64
228228
CIBW_BUILD_FRONTEND: build
@@ -260,7 +260,7 @@ jobs:
260260
run: tools/build_wheel_windows.cmd
261261
shell: cmd
262262
- name: Build wheels
263-
uses: pypa/cibuildwheel@v2.22.0
263+
uses: pypa/cibuildwheel@v2.23.3
264264
env:
265265
PIP_NO_VERIFY: 0
266266
PIP_VERBOSE: 1
@@ -304,7 +304,7 @@ jobs:
304304
run: tools/build_wheel_windows.cmd
305305
shell: cmd
306306
- name: Build wheels
307-
uses: pypa/cibuildwheel@v2.22.0
307+
uses: pypa/cibuildwheel@v2.23.3
308308
env:
309309
PIP_NO_VERIFY: 0
310310
PIP_VERBOSE: 1
@@ -349,7 +349,7 @@ jobs:
349349
run: tools/build_wheel_windows.cmd
350350
shell: cmd
351351
- name: Build wheels
352-
uses: pypa/cibuildwheel@v2.22.0
352+
uses: pypa/cibuildwheel@v2.23.3
353353
env:
354354
PIP_NO_VERIFY: 0
355355
PIP_VERBOSE: 1
@@ -389,7 +389,7 @@ jobs:
389389
run: ./tools/build_wheel_macos.sh
390390
shell: bash
391391
- name: Build wheels
392-
uses: pypa/cibuildwheel@v2.22.0
392+
uses: pypa/cibuildwheel@v2.23.3
393393
env:
394394
PIP_NO_VERIFY: 0
395395
PIP_VERBOSE: 1
@@ -433,7 +433,7 @@ jobs:
433433
run: ./tools/build_wheel_macos.sh
434434
shell: bash
435435
- name: Build wheels
436-
uses: pypa/cibuildwheel@v2.22.0
436+
uses: pypa/cibuildwheel@v2.23.3
437437
env:
438438
PIP_NO_VERIFY: 0
439439
PIP_VERBOSE: 1

0 commit comments

Comments
 (0)