9 lines
121 B
Makefile
9 lines
121 B
Makefile
|
build:
|
||
|
sudo python -m build
|
||
|
|
||
|
upload:
|
||
|
python -m twine upload dist/*
|
||
|
|
||
|
clean:
|
||
|
sudo rm -rf dist/ python_aternos.egg-info/
|