Skip to content

Commit 041e87e

Browse files
author
Andrei
committed
Update Makefile
1 parent 8d6602f commit 041e87e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ lint:
2323
isort src/ --check-only
2424

2525
upload:
26-
pip install twine
26+
pip install twine wheel
2727
cd src/ && python setup.py upload
2828

2929
tests: install

0 commit comments

Comments
 (0)