From 075291f23e88fa37f0aa2248c8864e4578814035 Mon Sep 17 00:00:00 2001 From: Hood Chatham Date: Tue, 19 Aug 2025 15:33:38 +0200 Subject: [PATCH] Update pyodide-build to 0.30.7 (#15373) And remove `--prerelease=allow`. We can remove this once I get the jsdelivr index set up. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51d1a8e54..be7ec09a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1502,7 +1502,7 @@ jobs: ./uv venv venv-native -p 3.12 # We use features added in 0.30.3 but there is no known breakage in # newer versions. - ./uv pip install -p venv-native/bin/python pyodide-build==0.30.3 pip --prerelease=allow + ./uv pip install -p venv-native/bin/python pyodide-build==0.30.7 pip - name: "Install Pyodide interpreter" run: |