mirror of https://github.com/astral-sh/uv
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:
parent
ec27ab6033
commit
075291f23e
|
|
@ -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: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue