We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f046b3b commit 550c09cCopy full SHA for 550c09c
.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,11 +51,11 @@ 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
+ CIBW_ENABLE: cpython-prerelease
59
CIBW_ARCHS_WINDOWS: auto ARM64
60
61
- name: Verify clean directory
0 commit comments