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 2f220d0 commit 25b55a5Copy full SHA for 25b55a5
packages/script.py
@@ -20,7 +20,7 @@ def normalize(name):
20
# prerequisite: emsdk, pyodide, packages -> pyodide/packages
21
22
def gen_bzl_config(tag, dist):
23
- bucket_url = "https://pyodide.runtime-playground.workers.dev/python-package-bucket/" + tag + "/"
+ bucket_url = "https://pyodide.edgeworker.net/python-package-bucket/" + tag + "/"
24
github_url = "https://github.com/cloudflare/pyodide-build-scripts/releases/download/" + tag + "/"
25
lock_bytes = (dist / "pyodide-lock.json").read_bytes()
26
lock_hash = hashlib.sha256(lock_bytes).hexdigest()
0 commit comments