Bump pyodide version to fix the build

0.29.3 have an older version of micropip and is affected by https://github.com/pyodide/pyodide/issues/6177
This commit is contained in:
Andrej730
2026-08-14 12:08:32 +05:00
parent 223d6da3b1
commit 1391c7d974
+1 -1
View File
@@ -1,7 +1,7 @@
#!/usr/bin/bash
set -ex
PYODIDE_VERSION=0.29.3
PYODIDE_VERSION=0.29.4
SCRIPT_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
# Script is assuming that it will be possible to execute it multiple times