git checkout 0.23.4 in pyodide repo

This commit is contained in:
Alex Hall 2023-07-31 21:12:28 +02:00
parent dfb39ada4d
commit b03fae6f66
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ echo "###############################################################"
echo "## Prepare python packages" echo "## Prepare python packages"
cd _build/pyodide cd _build/pyodide
git checkout main git checkout 0.23.4 || (git fetch && git checkout 0.23.4)
./run_docker make ./run_docker make
cp ../../../requirements3.txt . cp ../../../requirements3.txt .
./run_docker "source emsdk/emsdk/emsdk_env.sh && pyodide build -r requirements3.txt --outdir grist-packages" ./run_docker "source emsdk/emsdk/emsdk_env.sh && pyodide build -r requirements3.txt --outdir grist-packages"

View File

@ -6,7 +6,7 @@
"executing-1.1.1-cp311-none-any.whl", "executing-1.1.1-cp311-none-any.whl",
"friendly_traceback-0.7.48-cp311-none-any.whl", "friendly_traceback-0.7.48-cp311-none-any.whl",
"iso8601-0.1.12-cp311-none-any.whl", "iso8601-0.1.12-cp311-none-any.whl",
"lazy_object_proxy-1.6.0-cp311-cp311-emscripten_3_1_39_wasm32.whl", "lazy_object_proxy-1.6.0-cp311-cp311-emscripten_3_1_32_wasm32.whl",
"openpyxl-3.0.10-cp311-none-any.whl", "openpyxl-3.0.10-cp311-none-any.whl",
"phonenumberslite-8.12.57-cp311-none-any.whl", "phonenumberslite-8.12.57-cp311-none-any.whl",
"pure_eval-0.2.2-cp311-none-any.whl", "pure_eval-0.2.2-cp311-none-any.whl",