From c45b5a0f2b531f847d50a9cb342ce46dc4e4dc19 Mon Sep 17 00:00:00 2001 From: michael-rapp <6638695+michael-rapp@users.noreply.github.com> Date: Mon, 16 Dec 2024 18:37:18 +0000 Subject: [PATCH] Update GitHub Actions. --- .github/workflows/template_publish_non_native.yml | 2 +- .github/workflows/template_publish_platform.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/template_publish_non_native.yml b/.github/workflows/template_publish_non_native.yml index 719ff1fc28..6aa2730ad5 100644 --- a/.github/workflows/template_publish_non_native.yml +++ b/.github/workflows/template_publish_non_native.yml @@ -40,7 +40,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 b000b494b5..e96c2386c8 100644 --- a/.github/workflows/template_publish_platform.yml +++ b/.github/workflows/template_publish_platform.yml @@ -46,7 +46,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