Skip to content

Commit

Permalink
Merge pull request #5 from Socrats/dependabot/github_actions/pypa/cib…
Browse files Browse the repository at this point in the history
…uildwheel-2.3.0

Bump pypa/cibuildwheel from 2.2.2 to 2.3.0
  • Loading branch information
Socrats committed Nov 29, 2021
2 parents 4729ad1 + f974146 commit 2e76c1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: jwlawson/actions-setup-cmake@v1.11

- name: Build wheels
uses: pypa/cibuildwheel@v2.2.2
uses: pypa/cibuildwheel@v2.3.0
env:
CIBW_BUILD_FRONTEND: "build"
CIBW_BUILD: "cp*-${{ matrix.cibw-arch }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
uses: jwlawson/actions-setup-cmake@v1.11

- name: Build and test wheels
uses: pypa/cibuildwheel@v2.2.2
uses: pypa/cibuildwheel@v2.3.0
env:
CIBW_BUILD_FRONTEND: "build"
CIBW_BUILD: "cp*-${{ matrix.cibw-arch }}"
Expand Down

0 comments on commit 2e76c1e

Please sign in to comment.