We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f046b3b commit d24c897Copy full SHA for d24c897
.github/workflows/enscripten.yaml
@@ -24,7 +24,7 @@ jobs:
24
with:
25
python-version: "3.12"
26
27
- - uses: pypa/cibuildwheel@v2.21
+ - uses: pypa/cibuildwheel@v2.22
28
env:
29
CIBW_PLATFORM: pyodide
30
.github/workflows/wheels.yml
@@ -51,9 +51,9 @@ jobs:
51
52
submodules: true
53
54
- - uses: astral-sh/setup-uv@v3
+ - uses: astral-sh/setup-uv@v4
55
56
57
58
CIBW_PRERELEASE_PYTHONS: true
59
CIBW_ARCHS_WINDOWS: auto ARM64
0 commit comments