Skip to content

Commit 44490fd

Browse files
author
Andrei
committed
Update Makefile
1 parent c9b8f27 commit 44490fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ lint:
2323
isort src/ --check-only
2424

2525
build:
26-
pip3 install --upgrade build
26+
pip3 install --upgrade build setuptools
2727
python3 -m build
2828

2929
upload:
30-
pip3 install twine wheel build
30+
pip3 install twine wheel setuptools build
3131
twine upload dist/*
3232

3333
tests: install

0 commit comments

Comments
 (0)