Skip to content

Commit 4947817

Browse files
authored
Update RELEASING.rst
1 parent ff649cb commit 4947817

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

RELEASING.rst

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Tagging
5959

6060
git push --tags
6161

62-
* If you happen to have to delete the tag, such as artifacts demonstrates a fault, first delete it locally::
62+
* If you happen to have to delete the tag, such as artifacts demonstrates a fault, first delete it locally:
6363

6464
git tag --delete vX.Y.Z
6565

@@ -107,14 +107,10 @@ Checking packaging
107107
https://github.com/Blosc/python-blosc2/releases/new
108108
Add the notes specific for this release.
109109

110-
Also, upload the wasm32 wheels to release page in github::
111-
112-
[upload e.g.:] blosc2-3.2.0-cp312-cp312-pyodide_2024_0_wasm32.whl
113-
114-
The wheels may be downloaded by going to "Actions->Python wheels for WASM"
115-
and selecting the completed workflow run for the version you are releasing.
116-
Then, go to the "Artifacts" dropdown and download the WASM wheel file(s).
117-
**Note**: be sure to upload the wheel files, not the zip file containing them.
110+
* Check the wasm32 wheels have been updated in ``wheels`` correctly.
111+
Go to (https://cat2.cloud/demo), login and check that the first cell in
112+
any of the notebooks runs correctly - this means the wheels have been
113+
deployed to GitHub Pages successfully.
118114

119115
Announcing
120116
----------

0 commit comments

Comments
 (0)