mirror of
https://github.com/balkian/keepit.git
synced 2024-11-21 00:52:29 +00:00
5 lines
99 B
Makefile
5 lines
99 B
Makefile
release:
|
|
python setup.py sdist
|
|
python setup.py bdist_wheel
|
|
twine upload --skip-existing dist/*
|