From 3e229af385a3a1cf1f0842e67c340c1a95cf4817 Mon Sep 17 00:00:00 2001 From: issue-api-tokens <167710561+issue-api-tokens@users.noreply.github.com> Date: Sun, 19 Jan 2025 03:16:25 +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 f267d0690..2cdd0dd7d 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 734aea7b7..d5a034b5d 100644 --- a/.github/workflows/template_publish_platform.yml +++ b/.github/workflows/template_publish_platform.yml @@ -45,7 +45,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_ALL_MACOS: GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} ./build dependency_libomp CIBW_BEFORE_BUILD_LINUX: ./build --clean && SUBPROJECTS=${{ inputs.subproject }} TEST_SUPPORT=disabled