mirror of
https://github.com/balkian/keepit.git
synced 2024-11-23 09:42: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/*
|