Skip to content

Commit 1e3fbeb

Browse files
committed
Update cibuildwheel to version 2.21.2 in build workflows
1 parent d3c47d9 commit 1e3fbeb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717

1818
- name: Build wheels
19-
run: pipx run cibuildwheel==2.20.0
19+
run: pipx run cibuildwheel==2.21.2
2020

2121
- uses: actions/upload-artifact@v4
2222
with:

.github/workflows/build_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020

2121
- name: Build wheels
22-
uses: pypa/cibuildwheel@v2.20.0
22+
uses: pypa/cibuildwheel@v2.21.2
2323

2424
- uses: actions/upload-artifact@v4
2525
with:

0 commit comments

Comments
 (0)