Skip to content

Commit e5b8c6a

Browse files
chore(deps): bump pypa/cibuildwheel in the actions group (#150)
Bumps the actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `pypa/cibuildwheel` from 2.20 to 2.21 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.20...v2.21) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 971b061 commit e5b8c6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/enscripten.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
python-version: "3.12"
2626

27-
- uses: pypa/cibuildwheel@v2.20
27+
- uses: pypa/cibuildwheel@v2.21
2828
env:
2929
CIBW_PLATFORM: pyodide
3030

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- uses: yezz123/setup-uv@v4
5555

56-
- uses: pypa/cibuildwheel@v2.20
56+
- uses: pypa/cibuildwheel@v2.21
5757
env:
5858
CIBW_PRERELEASE_PYTHONS: true
5959
CIBW_ARCHS_WINDOWS: auto ARM64

0 commit comments

Comments
 (0)