Skip to content

Commit 66eddd4

Browse files
chore(deps): bump the actions group with 2 updates (#565)
Bumps the actions group with 2 updates: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) and [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `pypa/cibuildwheel` from 2.21 to 2.22 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.21...v2.22) Updates `astral-sh/setup-uv` from 3 to 4 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v3...v4) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: astral-sh/setup-uv dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f309f94 commit 66eddd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
fetch-depth: 0 # required for versioneer to find tags
152152

153153
- name: Build wheels
154-
uses: pypa/cibuildwheel@v2.21
154+
uses: pypa/cibuildwheel@v2.22
155155
env:
156156
CIBW_ARCHS: "${{ matrix.arch }}"
157157
CIBW_BUILD: "cp39-manylinux_*"
@@ -192,7 +192,7 @@ jobs:
192192

193193
steps:
194194
- uses: actions/checkout@v4
195-
- uses: astral-sh/setup-uv@v3
195+
- uses: astral-sh/setup-uv@v4
196196

197197
- name: Setup environment
198198
run: |

0 commit comments

Comments
 (0)