diff --git a/RELEASE.md b/RELEASE.md index b1a3ddb..321d942 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -16,9 +16,9 @@ Commands for releasing on pypi.org (requires twine >= 1.8.0): ``` find -name "*~" -delete rm dist/* -./venv/bin/python setup.py clean -./venv/bin/python setup.py sdist -./venv/bin/twine upload dist/* +python3 setup.py clean +python3 setup.py sdist +twine upload dist/* ```