Skip to content

Commit 84740dc

Browse files
committed
Update build-packages workflow
* pyodide version key no longer needed * default to using cloudflare-main branch
1 parent 83e807a commit 84740dc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build-packages.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,7 @@ on:
1313
pyodide_tag:
1414
description: Branch or tag of cloudflare/pyodide to get recipes from
1515
required: true
16-
default: "main"
17-
pyodide_version:
18-
description: Version of pyodide-build to use
19-
required: true
20-
default: "0.29.2"
16+
default: "cloudflare-main"
2117

2218
jobs:
2319
pyodide-packages:

0 commit comments

Comments
 (0)