diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index 00763167f9..f5f5b09f96 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -126,7 +126,7 @@ jobs: - uses: actions/checkout@v4 - name: Install cibuildwheel - run: python -m pip install cibuildwheel==2.16.2 + run: python -m pip install cibuildwheel==2.19.1 - name: Set up QEMU to emulate aarch64 if: matrix.arch == 'aarch64'