diff --git a/.github/workflows/python-release.yml b/.github/workflows/python-release.yml index c856e5ec7a..15c56c6f10 100644 --- a/.github/workflows/python-release.yml +++ b/.github/workflows/python-release.yml @@ -61,7 +61,7 @@ jobs: if: startsWith(matrix.os, 'ubuntu') - name: Build wheels - uses: pypa/cibuildwheel@v2.19.2 + uses: pypa/cibuildwheel@v2.20.0 with: output-dir: wheelhouse config-file: "pyproject.toml"