diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 275df600..45246ab0 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -44,7 +44,7 @@ jobs: - macos-14 steps: - uses: actions/checkout@v4 - - uses: pypa/cibuildwheel@v2.16.5 + - uses: pypa/cibuildwheel@v2.17.0 env: CIBW_BUILD: ${{ matrix.build }}-* - uses: actions/upload-artifact@v4 @@ -71,7 +71,7 @@ jobs: - uses: docker/setup-qemu-action@v3 with: platforms: all - - uses: pypa/cibuildwheel@v2.16.5 + - uses: pypa/cibuildwheel@v2.17.0 env: CIBW_BUILD: ${{ matrix.build }}-* CIBW_ARCHS: ${{ matrix.arch }}