2017-05-11 02:39:34 +00:00
|
|
|
python setup.py clean
|
|
|
|
python setup.py sdist bdist_wheel
|
2018-04-05 20:14:03 +00:00
|
|
|
python3 setup.py sdist bdist_wheel
|
2017-05-11 02:39:34 +00:00
|
|
|
gpg --detach-sign -a dist/*.gz
|
|
|
|
gpg --detach-sign -a dist/*.whl
|
|
|
|
twine upload dist/*
|