Skip to content

Commit

Permalink
Merge pull request #63 from Socrats/dependabot/github_actions/pypa/ci…
Browse files Browse the repository at this point in the history
…buildwheel-2.13.1

Bump pypa/cibuildwheel from 2.12.3 to 2.13.1
  • Loading branch information
Socrats committed Jun 12, 2023
2 parents d1ce88f + b3d4135 commit 8e4dc7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.14

- name: Build wheels
uses: pypa/cibuildwheel@v2.12.3
uses: pypa/cibuildwheel@v2.13.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.14

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

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

0 comments on commit 8e4dc7e

Please sign in to comment.