From cbba08f47de49b2253a9faf21e6fcd97a5d8b0a3 Mon Sep 17 00:00:00 2001 From: "issue-api-tokens[bot]" <167710561+issue-api-tokens[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 15:11:16 +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 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