Skip to content

Commit

Permalink
Merge pull request #1158 from mrapp-ke/update-github-actions
Browse files Browse the repository at this point in the history
Update GitHub Actions
  • Loading branch information
issue-api-tokens[bot] authored Dec 16, 2024
2 parents 843a222 + c45b5a0 commit 28c8190
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 28c8190

Please sign in to comment.