diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 6cfc54e..3fb5931 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -19,7 +19,7 @@ jobs:
       - uses: actions/checkout@v4
 
       - name: Build wheels
-        uses: pypa/cibuildwheel@v2.19.2
+        uses: pypa/cibuildwheel@v2.20.0
         env:
           CIBW_BUILD: cp3*-*
           CIBW_SKIP: pp* *i686* *win32 *musllinux*