Skip to content

Commit 550c09c

Browse files
chore(deps): bump the actions group with 2 updates (#157)
* chore(deps): bump the actions group with 2 updates 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] <[email protected]> * Update wheels.yml * Apply suggestions from code review --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Henry Schreiner <[email protected]>
1 parent f046b3b commit 550c09c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.21
27+
- uses: pypa/cibuildwheel@v2.22
2828
env:
2929
CIBW_PLATFORM: pyodide
3030

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ jobs:
5151
with:
5252
submodules: true
5353

54-
- uses: astral-sh/setup-uv@v3
54+
- uses: astral-sh/setup-uv@v4
5555

56-
- uses: pypa/cibuildwheel@v2.21
56+
- uses: pypa/cibuildwheel@v2.22
5757
env:
58-
CIBW_PRERELEASE_PYTHONS: true
58+
CIBW_ENABLE: cpython-prerelease
5959
CIBW_ARCHS_WINDOWS: auto ARM64
6060

6161
- name: Verify clean directory

0 commit comments

Comments
 (0)