Skip to content

Commit 5c5ac6b

Browse files
committed
Use build for release steps
1 parent 2547c3e commit 5c5ac6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ pip install -e .
2020
First make sure to update the version number in `setup.cfg` and the CHANGELOG. Then,
2121

2222
```sh
23-
pip install wheel twine
23+
pip install wheel twine build
2424
rm -rf dist/*
25-
python setup.py sdist bdist_wheel
25+
python -m build
2626
twine upload dist/*
2727
```

0 commit comments

Comments
 (0)