Skip to content

Commit 414c826

Browse files
authored
Update build_and_upload.yml
1 parent 5f4ea2b commit 414c826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
submodules: true
2222
- name: "Build wheels"
23-
uses: "pypa/cibuildwheel@v2.16.2"
23+
uses: "pypa/cibuildwheel@v2.21.1"
2424
env:
2525
CIBW_SKIP: "pp*" # FIXME
2626
CIBW_BEFORE_BUILD: "pip install -U cython && ./update_cpp.sh"

0 commit comments

Comments
 (0)