1
0
Fork 0
mirror of https://github.com/ultrajson/ultrajson.git synced 2024-04-23 12:25:04 +02:00

Update release checklist now wheels are built and deployed from CI

This commit is contained in:
Hugo 2020-06-03 19:50:34 +03:00
parent cae2cb49b4
commit 70d8f3ef99

View File

@ -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: