File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
119115Announcing
120116----------
You can’t perform that action at this time.
0 commit comments