Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiDrang committed Apr 16, 2024
1 parent c9b8f27 commit 44490fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ lint:
isort src/ --check-only

build:
pip3 install --upgrade build
pip3 install --upgrade build setuptools
python3 -m build

upload:
pip3 install twine wheel build
pip3 install twine wheel setuptools build
twine upload dist/*

tests: install
Expand Down

0 comments on commit 44490fd

Please sign in to comment.