diff options
Diffstat (limited to 'docs/source/contrib/release_procedure.rst')
-rw-r--r-- | docs/source/contrib/release_procedure.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/contrib/release_procedure.rst b/docs/source/contrib/release_procedure.rst index 4399c47..396f2d2 100644 --- a/docs/source/contrib/release_procedure.rst +++ b/docs/source/contrib/release_procedure.rst @@ -9,7 +9,7 @@ * Generate the distribution files:: - $ python3 setup.py sdist bdist_wheel + $ python3 -m build * Upload :: |