We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d18078 commit 9ee6be8Copy full SHA for 9ee6be8
.github/workflows/build-packages.yaml
@@ -11,9 +11,9 @@ on:
11
required: true
12
default: "3.1.58"
13
pyodide_tag:
14
- description: Branch or tag of cloudflare/pyodide to get recipes from
+ description: Branch or tag of pyodide/pyodide-recipes to get recipes from
15
16
- default: "cloudflare-main"
+ default: "main"
17
18
jobs:
19
pyodide-packages:
packages/setup.sh
@@ -7,7 +7,7 @@ cd emsdk
7
source ./emsdk_env.sh
8
cd ..
9
10
-git clone https://github.com/cloudflare/pyodide.git
+git clone https://github.com/pyodide/pyodide-recipes.git
(cd pyodide && git checkout $PYODIDE_TAG)
ln -s pyodide/packages packages
0 commit comments