diff --git a/.github/workflows/release-to-pypi.yml b/.github/workflows/release-to-pypi.yml
index edab324..c5b1cfd 100644
--- a/.github/workflows/release-to-pypi.yml
+++ b/.github/workflows/release-to-pypi.yml
@@ -33,7 +33,7 @@ jobs:
       run: python -m pip install twine
 
     - name: Build wheels
-      uses: pypa/cibuildwheel@v2.19.2
+      uses: pypa/cibuildwheel@v2.20.0
 
     - name: Check and upload wheels
       env: