Skip to content

Commit

Permalink
Merge pull request #129 from OpenJij/dependabot/github_actions/pypa/c…
Browse files Browse the repository at this point in the history
…ibuildwheel-2.12.1

Bump pypa/cibuildwheel from 2.12.0 to 2.12.1
  • Loading branch information
github-actions[bot] authored Mar 13, 2023
2 parents 5f7eb63 + 580a1fc commit 8611259
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ jobs:
with:
install: true
- name: Build wheels on ${{matrix.arch}}
uses: pypa/[email protected].0
uses: pypa/[email protected].1
env:
CIBW_BUILD: ${{matrix.CIBW_BUILD}}
CIBW_ENVIRONMENT: ""
Expand Down Expand Up @@ -301,7 +301,7 @@ jobs:
set -eux
brew install eigen nlohmann-json
- name: Build wheels on ${{ matrix.CIBW_PLATFORM }} ${{matrix.arch}}
uses: pypa/[email protected].0
uses: pypa/[email protected].1
env:
CIBW_ENVIRONMENT: ${{ matrix.CIBW_ENVIRONMENT }}
CIBW_PLATFORM: ${{ matrix.CIBW_PLATFORM }}
Expand Down Expand Up @@ -358,7 +358,7 @@ jobs:
vcpkg --triplet x64-windows install nlohmann-json
vcpkg integrate install
- name: Build wheels on ${{ matrix.CIBW_PLATFORM }} ${{matrix.arch}}
uses: pypa/[email protected].0
uses: pypa/[email protected].1
env:
CIBW_ENVIRONMENT: ${{ matrix.CIBW_ENVIRONMENT }}
CIBW_PLATFORM: ${{ matrix.CIBW_PLATFORM }}
Expand Down

0 comments on commit 8611259

Please sign in to comment.