Skip to content

Commit

Permalink
Update GitHub Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-rapp authored and github-actions[bot] committed Dec 16, 2024
1 parent 843a222 commit c45b5a0
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 @@ -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
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 @@ -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
Expand Down

0 comments on commit c45b5a0

Please sign in to comment.