Update pyodide-build to 0.30.7 (#15373)

And remove `--prerelease=allow`. We can remove this once I get the
jsdelivr index set up.
This commit is contained in:
Hood Chatham 2025-08-19 15:33:38 +02:00 committed by GitHub
parent ec27ab6033
commit 075291f23e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1502,7 +1502,7 @@ jobs:
./uv venv venv-native -p 3.12 ./uv venv venv-native -p 3.12
# We use features added in 0.30.3 but there is no known breakage in # We use features added in 0.30.3 but there is no known breakage in
# newer versions. # 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" - name: "Install Pyodide interpreter"
run: | run: |