From e96293a3ef03a704be387a3f3a34b669860f7c6c Mon Sep 17 00:00:00 2001 From: Sergey Astanin Date: Sun, 22 Mar 2020 17:55:34 +0100 Subject: [PATCH] implement #43 recommendation and publish also bdist_wheel --- HOWTOPUBLISH | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HOWTOPUBLISH b/HOWTOPUBLISH index 0167ba7..6730e8a 100644 --- a/HOWTOPUBLISH +++ b/HOWTOPUBLISH @@ -1,7 +1,7 @@ # update contributors and CHANGELOG in README python3 benchmark.py # then update README tox -e py33,py34,py36-extra -python3 setup.py sdist +python3 setup.py sdist bdist_wheel twine upload --repository-url https://test.pypi.org/legacy/ dist/* twine upload dist/* # tag version release