Skip to content

Commit 89ccdfd

Browse files
committed
Update cibuildwheel version
1 parent 350e89d commit 89ccdfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
python-version: ${{ env.PYTHON_VERSION }}
5050
- name: Build wheels
51-
uses: pypa/cibuildwheel@v2.13.0
51+
uses: pypa/cibuildwheel@v2.17.0
5252
env:
5353
CIBW_SKIP: "pp* *-win32 *linux_i686" # skip PyPy, 32-bit
5454
CIBW_TEST_REQUIRES: pytest

0 commit comments

Comments
 (0)