Skip to content

Commit 1841375

Browse files
chore(deps): bump pypa/cibuildwheel in the actions group (#148)
Bumps the actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `pypa/cibuildwheel` from 2.19 to 2.20 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.19...v2.20) --- 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 6fbb889 commit 1841375

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.19
27+
- uses: pypa/cibuildwheel@v2.20
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.19
56+
- uses: pypa/cibuildwheel@v2.20
5757
env:
5858
CIBW_PRERELEASE_PYTHONS: true
5959
CIBW_ARCHS_WINDOWS: auto ARM64

0 commit comments

Comments
 (0)