Skip to content

Commit

Permalink
chore(deps): update pypa/cibuildwheel action to v2.6.0 (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 25, 2022
1 parent a595e75 commit 964f33b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
submodules: 'recursive'

- name: Build Wheels
uses: pypa/cibuildwheel@2.5.0
uses: pypa/cibuildwheel@2.6.0
env:
# For presubmit, just build / test the most common arch
CIBW_ARCHS: native
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
make -C build all install
- name: Build Wheels
uses: pypa/cibuildwheel@2.5.0
uses: pypa/cibuildwheel@2.6.0
env:
# For presubmit, just build / test the most common arch
CIBW_ARCHS: native
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
fi
- name: Build Wheels
uses: pypa/cibuildwheel@2.5.0
uses: pypa/cibuildwheel@2.6.0
env:
CIBW_ARCHS_WINDOWS: ${{ steps.platform-arch.outputs.arch }}
# For presubmit, skip build / test for pypy
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
submodules: 'recursive'

- name: Build Wheels
uses: pypa/cibuildwheel@2.5.0
uses: pypa/cibuildwheel@2.6.0
env:
CIBW_ARCHS_LINUX: x86_64
CIBW_MANYLINUX_X86_64_IMAGE: manylinux1
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
uses: docker/setup-qemu-action@v2

- name: Build Wheels
uses: pypa/cibuildwheel@2.5.0
uses: pypa/cibuildwheel@2.6.0
env:
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
CIBW_ENVIRONMENT: >
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
make -C build all install
- name: Build Wheels
uses: pypa/cibuildwheel@2.5.0
uses: pypa/cibuildwheel@2.6.0
env:
CIBW_ARCHS_MACOS: ${{ matrix.arch }}
CIBW_ENVIRONMENT: >
Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:
fi
- name: Build Wheels
uses: pypa/cibuildwheel@2.5.0
uses: pypa/cibuildwheel@2.6.0
env:
CIBW_ARCHS_WINDOWS: ${{ steps.platform-arch.outputs.arch }}
CIBW_ENVIRONMENT: >
Expand Down

0 comments on commit 964f33b

Please sign in to comment.