fasttyper/Makefile
2022-03-07 11:54:54 +01:00

8 lines
99 B
Makefile

build: fasttyper
python setup.py sdist bdist_wheel
push:
twine upload dist/*
clean:
rm dist/*