1 2 3 4 5 6 7 8 9 10 11
clean: rm -rf build dist rockstar.egg-info build: clean python3 -m build test-upload: build python3 -m twine upload --repository testpypi dist/* upload: build python3 -m twine upload dist/*