Skip to content

Commit 7e415cd

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/workerd/api/pyodide/pyodide.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ WD_STRONG_BOOL(IsWorkerd);
3131
WD_STRONG_BOOL(SnapshotToDisk);
3232

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

0 commit comments

Comments
 (0)