diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 6b53130..b81ffe1 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -12,9 +12,9 @@ How to make a new release ``` * Build the wheel and source distribution: ``` - python setup.py bdist_wheel sdist + python -m build ``` * Upload to PyPI: ``` - twine upload -s dist/* + twine upload dist/* ```