Skip to content

Commit b21f62e

Browse files
[skip-cii] Add pyodide update instructions to HOW_TO_RELEASE (#7449)
* Add pyodide update instructions to HOW_TO_RELEASE * [skip-ci] Update HOW_TO_RELEASE.md * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f802ad6 commit b21f62e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

HOW_TO_RELEASE.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,15 @@ upstream https://github.com/pydata/xarray (push)
9292
```
9393
You're done pushing to main!
9494

95-
13. Issue the release announcement to mailing lists & Twitter. For bug fix releases, I
95+
13. Update the version available on pyodide:
96+
- Open the PyPI page for [Xarray downloads](https://pypi.org/project/xarray/#files)
97+
- Clone the [pyodide repository](https://github.com/pyodide/pyodide).
98+
- Edit `packages/xarray/meta.yaml` to update the
99+
- link to the wheel (under "Built Distribution" on the PyPI page)
100+
- SHA256 hash (Click "Show Hashes" next to the link to the wheel)
101+
- Open a pull request to pyodide
102+
103+
14. Issue the release announcement to mailing lists & Twitter. For bug fix releases, I
96104
usually only email [email protected]. For major/feature releases, I will email a broader
97105
list (no more than once every 3-6 months):
98106

0 commit comments

Comments
 (0)