Skip to content

Commit

Permalink
--- (#230)
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Henry Wright <[email protected]>
  • Loading branch information
dependabot[bot] and HGWright authored May 21, 2024
1 parent c9a9569 commit f543bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
fetch-depth: 0

- name: "build ${{ matrix.os }} (${{ matrix.arch }}) wheels"
uses: pypa/cibuildwheel@v2.17.0
uses: pypa/cibuildwheel@v2.18.1
env:
CIBW_SKIP: "cp36-* cp37-* cp312-* pp* *-musllinux*"
CIBW_ARCHS: ${{ matrix.arch }}
Expand Down

0 comments on commit f543bc3

Please sign in to comment.