Skip to content

Commit 5a5e538

Browse files
committed
ci: upgrade cibuildwheel and CodSpeed action
- pypa/cibuildwheel v4.1.1 -> v4.2.0 (1828c10) - CodSpeedHQ/action v5.0.1 -> v5.0.3 (4296e51)
1 parent cb5ce9f commit 5a5e538

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
5656

5757
- name: Build wheels
58-
uses: pypa/cibuildwheel@4726cd35bb13f7bde50cf2761f2499ac7b3aa32c # v4.1.1
58+
uses: pypa/cibuildwheel@1828c10ab37f080699c7b81cea34097c684a7074 # v4.2.0
5959
env:
6060
CIBW_ARCHS: "${{ matrix.archs }}"
6161
CIBW_BUILD: "${{ matrix.build && '*-' || ''}}${{ matrix.build }}*"

.github/workflows/codspeed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: python setup.py build_ext --inplace
3737

3838
- name: Run benchmarks
39-
uses: CodSpeedHQ/action@88472375d0a4572cf70a9f1fe3a4e0ab8da1b924 # v5.0.1
39+
uses: CodSpeedHQ/action@4296e51e7041e24dadb86d1d6e8b9320d223dbe8 # v5.0.3
4040
with:
4141
mode: simulation
4242
run: pytest tests/test_benchmark.py --codspeed

0 commit comments

Comments
 (0)