Skip to content

Commit 9ee6be8

Browse files
committed
Build from pyodide/pyodide-recipes
1 parent 1d18078 commit 9ee6be8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-packages.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ on:
1111
required: true
1212
default: "3.1.58"
1313
pyodide_tag:
14-
description: Branch or tag of cloudflare/pyodide to get recipes from
14+
description: Branch or tag of pyodide/pyodide-recipes to get recipes from
1515
required: true
16-
default: "cloudflare-main"
16+
default: "main"
1717

1818
jobs:
1919
pyodide-packages:

packages/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cd emsdk
77
source ./emsdk_env.sh
88
cd ..
99

10-
git clone https://github.com/cloudflare/pyodide.git
10+
git clone https://github.com/pyodide/pyodide-recipes.git
1111
(cd pyodide && git checkout $PYODIDE_TAG)
1212
ln -s pyodide/packages packages
1313

0 commit comments

Comments
 (0)