diff --git a/.github/workflows/template_publish_non_native.yml b/.github/workflows/template_publish_non_native.yml index b3d10083a..dc152763b 100644 --- a/.github/workflows/template_publish_non_native.yml +++ b/.github/workflows/template_publish_non_native.yml @@ -41,7 +41,7 @@ jobs: with: platforms: all - name: Build package - uses: pypa/cibuildwheel@v2.17 + uses: pypa/cibuildwheel@v2.22 env: CIBW_BEFORE_BUILD_LINUX: ./build --clean && SUBPROJECTS=${{ inputs.subproject }} TEST_SUPPORT=disabled GPU_SUPPORT=disabled ./build install diff --git a/.github/workflows/template_publish_platform.yml b/.github/workflows/template_publish_platform.yml index 7e007ca24..03d65b1ff 100644 --- a/.github/workflows/template_publish_platform.yml +++ b/.github/workflows/template_publish_platform.yml @@ -47,7 +47,7 @@ jobs: if: ${{ matrix.os == 'windows-latest' }} uses: ilammy/msvc-dev-cmd@v1 - name: Build package - uses: pypa/cibuildwheel@v2.17 + uses: pypa/cibuildwheel@v2.22 env: CIBW_BEFORE_BUILD_LINUX: ./build --clean && SUBPROJECTS=${{ inputs.subproject }} TEST_SUPPORT=disabled GPU_SUPPORT=disabled ./build install