Skip to content

Commit

Permalink
update some actions' version used in python CI
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Mar 22, 2024
1 parent 6077686 commit 7d5a8c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,13 @@ jobs:
run: echo "BUILD_ARCH=aarch64 ${{ env.BUILD_ARCH }}" >> $GITHUB_ENV

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
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.12.0
uses: pypa/cibuildwheel@v2.17.0
env:
CIBW_ARCHS_LINUX: ${{ env.BUILD_ARCH }}
CIBW_SKIP: cp36* pp* *musllinux*
Expand Down

0 comments on commit 7d5a8c3

Please sign in to comment.