diff --git a/RELEASE.md b/RELEASE.md index 88a00e95..edef82c4 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -12,9 +12,11 @@ To release a new version of qtawesome on PyPI: * git add and git commit -* python setup.py sdist upload +* python setup.py sdist -* python setup.py bdist_wheel upload +* python setup.py bdist_wheel + +* twine upload dist/* * git tag -a vX.X.X -m 'comment'