diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7adff7e..ee45c8a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: with: platforms: all - name: Build manylinux wheels - uses: pypa/cibuildwheel@v2.16.2 + uses: pypa/cibuildwheel@v2.18.1 env: CIBW_ARCHS: aarch64 CIBW_BUILD: ${{ matrix.python-tag }} @@ -47,7 +47,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Build manylinux wheels - uses: pypa/cibuildwheel@v2.16.2 + uses: pypa/cibuildwheel@v2.18.1 env: CIBW_ARCHS: x86_64 CIBW_BUILD: ${{ matrix.python-tag }} @@ -72,7 +72,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Build manylinux wheels - uses: pypa/cibuildwheel@v2.16.2 + uses: pypa/cibuildwheel@v2.18.1 env: CIBW_ARCHS: x86_64 CIBW_BUILD: ${{ matrix.python-tag }} @@ -101,7 +101,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Build manylinux wheels - uses: pypa/cibuildwheel@v2.16.2 + uses: pypa/cibuildwheel@v2.18.1 env: CIBW_ARCHS: arm64 CIBW_BUILD: ${{ matrix.python-tag }}