diff --git a/.github/workflows/python-release.yml b/.github/workflows/python-release.yml index a59af0cf9bd9..406b9c2e0d32 100644 --- a/.github/workflows/python-release.yml +++ b/.github/workflows/python-release.yml @@ -61,7 +61,7 @@ jobs: working-directory: ./python - name: Build wheels - uses: pypa/cibuildwheel@v2.15.0 + uses: pypa/cibuildwheel@v2.16.0 with: package-dir: python/ output-dir: wheelhouse