We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
build
1 parent 2547c3e commit 5c5ac6bCopy full SHA for 5c5ac6b
CONTRIBUTING.md
@@ -20,8 +20,8 @@ pip install -e .
20
First make sure to update the version number in `setup.cfg` and the CHANGELOG. Then,
21
22
```sh
23
-pip install wheel twine
+pip install wheel twine build
24
rm -rf dist/*
25
-python setup.py sdist bdist_wheel
+python -m build
26
twine upload dist/*
27
```
0 commit comments