Skip to content

Commit fb9f39b

Browse files
committed
Download Python packages from r2
1 parent 4a7a063 commit fb9f39b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/workerd/api/pyodide/pyodide.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ WD_STRONG_BOOL(IsValidating);
3030
WD_STRONG_BOOL(IsWorkerd);
3131
WD_STRONG_BOOL(SnapshotToDisk);
3232

33-
const auto PYTHON_PACKAGES_URL =
34-
"https://storage.googleapis.com/cloudflare-edgeworker-python-packages/";
33+
const auto PYTHON_PACKAGES_URL = "https://python-packages.edgeworker.net/";
3534
class PyodideBundleManager {
3635
public:
3736
void setPyodideBundleData(kj::String version, kj::Array<unsigned char> data) const;

0 commit comments

Comments
 (0)