Skip to content

Commit

Permalink
Update GitHub Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
issue-api-tokens[bot] authored and github-actions[bot] committed Dec 17, 2024
1 parent e5b6f29 commit cbba08f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/template_publish_non_native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/template_publish_platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cbba08f

Please sign in to comment.