You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README-DEVELOPERS.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,3 +103,28 @@ sphinx-build doc doc/html
103
103
```
104
104
105
105
and the docs will appear in `doc/html`.
106
+
107
+
## Deploy latest wheels to GitHub Pages
108
+
The CI workflow (`pages-build-deployment`) is set up to upload the latest wheels generated from the `main` branch to a website hosted by Github Pages (settings for the website can be modified [here](https://github.com/ironArray/Caterva2/settings/pages)). This allows one to use the latest version of Caterva2 directly in WASM (e.g. a browser-hosted Jupyter notebook) (or indeed the version of `blosc2` hosted on the `blosc2` GitHub Pages website) via the following code:
This code is automatically loaded into jupyter notebooks via changes implemented in https://github.com/ironArray/Caterva2/commit/882d9fa930e573fdbc65d62b8dc90722670b8e9a.
0 commit comments