Skip to content

Commit

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

Bump pypa/cibuildwheel from 2.16.1 to 2.16.2
  • Loading branch information
Socrats authored Oct 4, 2023
2 parents a980c7a + d3cfa00 commit ed4deaa
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/[email protected]

- name: Build wheels
uses: pypa/[email protected].1
uses: pypa/[email protected].2
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 @@ -122,7 +122,7 @@ jobs:
uses: jwlawson/[email protected]

- name: Build and test wheels
uses: pypa/[email protected].1
uses: pypa/[email protected].2
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/[email protected]

- name: Build and test wheels
uses: pypa/[email protected].1
uses: pypa/[email protected].2
env:
CIBW_BUILD_FRONTEND: "build"
CIBW_BUILD: "cp*-${{ matrix.cibw-arch }}"
Expand Down

0 comments on commit ed4deaa

Please sign in to comment.