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