From 70d8f3ef9941a54d60de49eee593599601d143aa Mon Sep 17 00:00:00 2001 From: Hugo Date: Wed, 3 Jun 2020 19:50:34 +0300 Subject: [PATCH] Update release checklist now wheels are built and deployed from CI --- RELEASING.md | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index 40229c6..c9e4113 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -13,21 +13,12 @@ - [ ] Publish release -- [ ] Check the tagged - [GitHub Actions build](https://github.com/ultrajson/ultrajson/actions?query=workflow%3ADeploy) - has deployed to [PyPI](https://pypi.org/project/ujson/#history) - -* [ ] Create wheels in a freshly cloned repo, replace x.y.z with real version: - -```bash -cd /tmp -rm -rf ultrajson -git clone https://github.com/ultrajson/ultrajson -cd ultrajson -python3 scripts/build-manylinux.py x.y.z -twine check dist/* -twine upload dist/* -``` +- [ ] Check the tagged GitHub Actions builds have deployed + [source](https://github.com/ultrajson/ultrajson/actions?query=workflow%3ADeploy) + and + [wheels](https://github.com/ultrajson/ultrajson/actions?query=workflow%3A%22Deploy+wheels%22) + to + [PyPI](https://pypi.org/project/ujson/#history) - [ ] Check installation: