Skip to content

Commit

Permalink
upping makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Skelsec committed Nov 21, 2023
1 parent b7e99af commit bd08778
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ clean:
find . -name '*~' -exec rm -f {} +

publish: clean
python3.8 setup.py sdist bdist_wheel
python3.8 -m twine upload dist/*
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*

rebuild: clean
python3.8 setup.py install
python3 setup.py install

build:
python3.8 setup.py install
python3 setup.py install

0 comments on commit bd08778

Please sign in to comment.