Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiDrang committed Dec 8, 2023
1 parent eda564e commit 471e949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ lint:
isort src/ --check-only

upload:
pip3 install twine
pip3 install twine wheel
cd src/ && python setup.py upload

tests: install
Expand Down

0 comments on commit 471e949

Please sign in to comment.