Skip to content

Commit

Permalink
🪩 Bump the actions group with 1 update (#45)
Browse files Browse the repository at this point in the history
Bumps the actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel).


Updates `pypa/cibuildwheel` from 2.16.4 to 2.16.5
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@v2.16.4...v2.16.5)

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

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 Feb 5, 2024
1 parent 57a6b65 commit 5810a7e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Install MinGW compiler(s)
run: choco install mingw

- uses: pypa/cibuildwheel@v2.16.4
- uses: pypa/cibuildwheel@v2.16.5
with:
package-dir: .
output-dir: wheelhouse
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
with:
python-version: 3.8

- uses: pypa/cibuildwheel@v2.16.4
- uses: pypa/cibuildwheel@v2.16.5
with:
package-dir: .
output-dir: wheelhouse
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
with:
platforms: all

- uses: pypa/cibuildwheel@v2.16.4
- uses: pypa/cibuildwheel@v2.16.5
with:
package-dir: .
output-dir: wheelhouse
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
cache: false
check-latest: true

- uses: pypa/cibuildwheel@v2.16.4
- uses: pypa/cibuildwheel@v2.16.5
with:
package-dir: .
output-dir: wheelhouse
Expand Down Expand Up @@ -262,7 +262,7 @@ jobs:
cache: false
check-latest: true

- uses: pypa/cibuildwheel@v2.16.4
- uses: pypa/cibuildwheel@v2.16.5
with:
package-dir: .
output-dir: wheelhouse
Expand Down

0 comments on commit 5810a7e

Please sign in to comment.