Skip to content

Commit 25b55a5

Browse files
committed
Switch to pyodide.edgeworker.net url
1 parent 2f220d0 commit 25b55a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def normalize(name):
2020
# prerequisite: emsdk, pyodide, packages -> pyodide/packages
2121

2222
def gen_bzl_config(tag, dist):
23-
bucket_url = "https://pyodide.runtime-playground.workers.dev/python-package-bucket/" + tag + "/"
23+
bucket_url = "https://pyodide.edgeworker.net/python-package-bucket/" + tag + "/"
2424
github_url = "https://github.com/cloudflare/pyodide-build-scripts/releases/download/" + tag + "/"
2525
lock_bytes = (dist / "pyodide-lock.json").read_bytes()
2626
lock_hash = hashlib.sha256(lock_bytes).hexdigest()

0 commit comments

Comments
 (0)