Skip to content

Commit

Permalink
Update release steps
Browse files Browse the repository at this point in the history
  • Loading branch information
joerick committed Oct 19, 2021
1 parent 8837cef commit b488289
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/contributing.md
Expand Up @@ -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.

0 comments on commit b488289

Please sign in to comment.