diff --git a/release-process.txt b/release-process.txt index dac2aa9..846f5e4 100644 --- a/release-process.txt +++ b/release-process.txt @@ -7,5 +7,5 @@ 2. git tag -a vX.Y.Z -m 'Version X.Y.Z' 3. Upload to PyPI: - * python setup.py sdist upload - * python setup.py bdist_wheel upload + * python setup.py sdist bdist_wheel + * twine upload dist/*