Ensure we have wheel installed

This commit is contained in:
decentral1se 2021-07-13 10:11:28 +02:00
parent 6b627f0f96
commit 63becedaf5
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -115,6 +115,6 @@ Please ask around @ Varia for who has PyPi access.
``` ```
$ # ... change the version number in setup.py ... # $ # ... change the version number in setup.py ... #
$ pip install twine $ pip install twine wheel
$ make publish $ make publish
``` ```