We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d6602f commit 041e87eCopy full SHA for 041e87e
1 file changed
Makefile
@@ -23,7 +23,7 @@ lint:
23
isort src/ --check-only
24
25
upload:
26
- pip install twine
+ pip install twine wheel
27
cd src/ && python setup.py upload
28
29
tests: install
0 commit comments