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

9 lines
121 B
Makefile
Raw Normal View History

2022-07-26 09:29:22 +03:00
build:
sudo python -m build
upload:
python -m twine upload dist/*
clean:
sudo rm -rf dist/ python_aternos.egg-info/