File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 10
10
description : Version of emsdk to use
11
11
required : true
12
12
default : " 3.1.52"
13
+ pyodide_tag :
14
+ description : Branch or tag of cloudflare/pyodide to get recipes from
15
+ required : true
16
+ default : " main"
13
17
pyodide_version :
14
- description : Version of pyodide to use
18
+ description : Version of pyodide-build to use
15
19
required : true
16
20
default : " 0.26.0a3"
17
21
33
37
env :
34
38
EMSDK_VERSION : ${{ inputs.emsdk_version }}
35
39
PYODIDE_VERSION : ${{ inputs.pyodide_version }}
40
+ PYODIDE_TAG : ${{ inputs.pyodide_tag }}
36
41
run : |
37
42
cd packages
38
43
bash ./setup.sh
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ source ./emsdk_env.sh
8
8
cd ..
9
9
10
10
git clone https://github.com/cloudflare/pyodide.git
11
+ (cd pyodide && git checkout $PYODIDE_TAG )
11
12
ln -s pyodide/packages packages
12
13
13
14
# rust is required for building some wheels
You can’t perform that action at this time.
0 commit comments