Skip to content

Commit 30a39fe

Browse files
committed
Merge branch 'main' of github.com:Blosc/python-blosc2
2 parents 40594df + 1f8a956 commit 30a39fe

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

RELEASING.rst

Lines changed: 2 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,7 @@ 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. Go to https://cat2.cloud/demo, login and check that the first cell in any of the notebooks runs correctly - this means the wheels have been deployed to GitHub Pages successfully. The printed output should also show the correct version number for the version you have just published.
118111

119112
Announcing
120113
----------

0 commit comments

Comments
 (0)