keepit/Makefile

5 lines
99 B
Makefile
Raw Permalink Normal View History

2021-10-18 07:30:50 +00:00
release:
python setup.py sdist
python setup.py bdist_wheel
twine upload --skip-existing dist/*