Skip to content

Commit

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

Bump pypa/cibuildwheel from 2.3.0 to 2.3.1
  • Loading branch information
Socrats committed Dec 15, 2021
2 parents c38579f + 9ee1a01 commit 691ad09
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.3.0
uses: pypa/cibuildwheel@v2.3.1
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.3.0
uses: pypa/cibuildwheel@v2.3.1
env:
CIBW_BUILD_FRONTEND: "build"
CIBW_BUILD: "cp*-${{ matrix.cibw-arch }}"
Expand Down

0 comments on commit 691ad09

Please sign in to comment.