5 lines
80 B
Makefile
5 lines
80 B
Makefile
build: fasttyper
|
|
python setup.py sdist bdist_wheel
|
|
|
|
push:
|
|
twine upload dist/*
|