From 913ce5375c4c6100408bf1d67c0635614ff0e1de Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Sat, 30 Sep 2023 10:02:29 -0700 Subject: [PATCH] Update release process --- RELEASE.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 1a19e33..d84035c 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -50,13 +50,6 @@ Example `version number` https://github.com/scientific-python/devstats/tags -- Publish on PyPi: - - git clean -fxd - pip install -U build twine wheel - python -m build --sdist --wheel - twine upload -s dist/* - - Update `version` in `pyproject.toml`. - Commit changes: