Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
Bump pypa/cibuildwheel from 2.10.2 to 2.11.1 (#220)
Browse files Browse the repository at this point in the history
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.10.2 to 2.11.1.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@v2.10.2...v2.11.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 17, 2022
1 parent b103899 commit 4fe5488
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Build Windows x86 wheels
if: runner.os == 'Windows'
uses: pypa/cibuildwheel@v2.10.2
uses: pypa/cibuildwheel@v2.11.1
env:
CIBW_BUILD: "*win32"
CIBW_BEFORE_BUILD_WINDOWS: "call xmlstarlet\\setup_msvc.bat"
Expand All @@ -56,7 +56,7 @@ jobs:

- name: Build Windows x86 wheels
if: runner.os == 'Windows'
uses: pypa/cibuildwheel@v2.10.2
uses: pypa/cibuildwheel@v2.11.1
env:
CIBW_BUILD: "*win_amd64"
CIBW_BEFORE_BUILD_WINDOWS: "call xmlstarlet\\setup_msvc.bat"
Expand All @@ -71,7 +71,7 @@ jobs:

- name: Build Linux and MacOS wheels
if: runner.os != 'Windows'
uses: pypa/cibuildwheel@v2.10.2
uses: pypa/cibuildwheel@v2.11.1
env:
CIBW_SKIP: "*win*"
CIBW_BEFORE_ALL_LINUX: >
Expand Down

0 comments on commit 4fe5488

Please sign in to comment.