diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index e560afbe..1d2fade4 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -112,7 +112,7 @@ jobs: - name: build windows wheels if: runner.OS == 'Windows' - uses: pypa/cibuildwheel@v3.3.0 + uses: pypa/cibuildwheel@v3.3.1 with: package-dir: ${{github.workspace}}/install/python_installer config-file: ${{github.workspace}}/install/python_installer/pyproject.toml @@ -132,7 +132,7 @@ jobs: # startsWith(github.ref, 'refs/tags/') if: > startswith(matrix.build-platform[2], 'manylinux2014') - uses: pypa/cibuildwheel@v3.3.0 + uses: pypa/cibuildwheel@v3.3.1 with: package-dir: ./source/wrappers/python config-file: ./source/wrappers/python/pyproject.toml @@ -183,7 +183,7 @@ jobs: startswith(matrix.build-platform[2], 'manylinux_2_28') && ! ( startswith(matrix.build-platform[1], 'aarch64') && !startsWith(github.ref, 'refs/tags/') ) - uses: pypa/cibuildwheel@v3.3.0 + uses: pypa/cibuildwheel@v3.3.1 with: package-dir: ./source/wrappers/python config-file: ./source/wrappers/python/pyproject.toml @@ -237,7 +237,7 @@ jobs: - name: Build macos wheels if: runner.os == 'macOS' - uses: pypa/cibuildwheel@v3.3.0 + uses: pypa/cibuildwheel@v3.3.1 with: package-dir: ./source/wrappers/python config-file: ./source/wrappers/python/pyproject.toml