Skip to content

Commit 4f76750

Browse files
committed
Fix the pre-release (2)
1 parent cf53455 commit 4f76750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildwheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
platforms: arm64
5454
- name: Build wheels
55-
uses: pypa/cibuildwheel@v2.16.2
55+
uses: pypa/cibuildwheel@v2.20.0
5656
env:
5757
CIBW_TEST_REQUIRES: hypothesis pytest
5858
CIBW_TEST_COMMAND: "python {project}/test.py -v && python {project}/cydoctest.py -v"

0 commit comments

Comments
 (0)