From 8d3b39f65907061808983633a9beb914a91f1e88 Mon Sep 17 00:00:00 2001 From: galenseilis Date: Sun, 13 Apr 2025 06:49:09 -0700 Subject: [PATCH] formatting new_release_checklist --- new_release_checklist.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/new_release_checklist.md b/new_release_checklist.md index 7c6288a..9d1a70e 100644 --- a/new_release_checklist.md +++ b/new_release_checklist.md @@ -1,11 +1,11 @@ # To draft a new release Requirements: - + pip install build - + pip install twine + + `pip install build` + + `pip install twine` -1) Update `ciw/version.py` -2) Update CHANGES.rst -3) Push to GitHub and draft new release on GitHub -4) Build distribution with: `python -m build` -5) Push to PyPI with: `twine upload --repository-url https://upload.pypi.org/legacy/ dist/*` \ No newline at end of file +1) Update `ciw/version.py`. +2) Update `CHANGES.rst`. +3) Push to GitHub and draft new release on GitHub. +4) Build distribution with: `python -m build`. +5) Push to PyPI with: `twine upload --repository-url https://upload.pypi.org/legacy/ dist/*`.