Update release steps
This commit is contained in:
@@ -131,9 +131,8 @@ Finally, cut the release and upload to PyPI/GitHub.
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
rm -rf dist
|
rm -rf dist
|
||||||
python setup.py sdist bdist_wheel
|
python -m build
|
||||||
twine upload dist/*
|
git push && git push --tags && twine upload dist/*
|
||||||
git push && git push --tags
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Then head to https://github.com/pypa/cibuildwheel/releases and create a GitHub release from the new tag, pasting in the changelog entry.
|
Then head to https://github.com/pypa/cibuildwheel/releases and create a GitHub release from the new tag, pasting in the changelog entry.
|
||||||
|
|||||||
Reference in New Issue
Block a user