From b4882894ed287add9d7ae22ee031a8933fe4e592 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Tue, 19 Oct 2021 19:38:40 +0100 Subject: [PATCH] Update release steps --- docs/contributing.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/contributing.md b/docs/contributing.md index 526c46ee0..74f93da3b 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -131,9 +131,8 @@ Finally, cut the release and upload to PyPI/GitHub. ```bash rm -rf dist -python setup.py sdist bdist_wheel -twine upload dist/* -git push && git push --tags +python -m build +git push && git push --tags && twine upload dist/* ``` Then head to https://github.com/pypa/cibuildwheel/releases and create a GitHub release from the new tag, pasting in the changelog entry.