Skip to content

Commit 6929d8d

Browse files
committed
Update releasing instructions for wasm32 wheels
1 parent 5e1efbe commit 6929d8d

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

RELEASING.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ Tagging
7373
wheels (and tarball!) by downloading the artifacts manually, copying to
7474
an empty dir (say dist), and upload to PyPI with::
7575

76-
rm dist/*
76+
rm wheelhouse/*
7777
# download artifacts from the tag in github
78-
twine upload --repository blosc dist/*
78+
twine upload --repository blosc2 wheelhouse/*
7979

8080
* Update the latest release in the ``doc/python-blosc2.rst`` file with the new version
8181
number (and date?). Do a commit::
@@ -106,6 +106,10 @@ Checking packaging
106106
https://github.com/Blosc/python-blosc2/releases/new
107107
Add the notes specific for this release.
108108

109+
Also, upload the wasm32 wheels to release page in github::
110+
111+
[upload e.g.:] blosc2-3.2.0-cp312-cp312-pyodide_2024_0_wasm32.whl
112+
109113

110114
Announcing
111115
----------

0 commit comments

Comments
 (0)