Skip to content

Commit

Permalink
Bump pypa/cibuildwheel from 2.19.2 to 2.21.2 in the actions group acr…
Browse files Browse the repository at this point in the history
…oss 1 directory (#18)

* Bump pypa/cibuildwheel in the actions group across 1 directory

Bumps the actions group with 1 update in the / directory: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel).


Updates `pypa/cibuildwheel` from 2.19.2 to 2.21.2
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@v2.19.2...v2.21.2)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <[email protected]>

* enable amrvl and some musl builds for python releases

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Brendan <[email protected]>
  • Loading branch information
dependabot[bot] and 2bndy5 authored Oct 5, 2024
1 parent d319d7d commit 3abb002
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/build_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,21 +100,19 @@ jobs:
submodules: true
fetch-depth: 0

- name: Build aarch64?
- name: Build aarch64 and armv7l?
if: github.event_name == 'release' || github.event_name == 'workflow_dispatch'
run: echo "BUILD_ARCH=aarch64 ${{ env.BUILD_ARCH }}" >> $GITHUB_ENV
run: echo "BUILD_ARCH=aarch64 armv7l ${{ env.BUILD_ARCH }}" >> $GITHUB_ENV

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
if: contains(env.BUILD_ARCH, 'aarch64')
with:
platforms: aarch64

- name: Build binary wheels with cibuildwheels
uses: pypa/cibuildwheel@v2.19.2
uses: pypa/cibuildwheel@v2.21.2
env:
CIBW_ARCHS_LINUX: ${{ env.BUILD_ARCH }}
CIBW_SKIP: cp36* pp* *musllinux*
CIBW_SKIP: cp36* pp* *ppc64le *s390x

- name: Move cross-compiled wheels to dist folder
run: |
Expand Down

0 comments on commit 3abb002

Please sign in to comment.