This repository has been archived on 2024-07-30. You can view files and clone it, but cannot push or open issues or pull requests.
python-aternos/Makefile
2022-07-26 10:29:22 +04:00

8 lines
121 B
Makefile

build:
sudo python -m build
upload:
python -m twine upload dist/*
clean:
sudo rm -rf dist/ python_aternos.egg-info/