]> git.phdru.name Git - m_lib.full.git/blob - devscripts/release
c7c661c9eaab4fb325f002685ef210355abccf71
[m_lib.full.git] / devscripts / release
1 #! /bin/sh
2
3 cd "`dirname \"$0\"`"/.. &&
4 umask 022 &&
5 chmod -R a+rX . &&
6 set-commit-date.py &&
7
8 python setup.py build_py &&
9 python setup.py build &&
10 python setup.py sdist &&
11
12 find build -name '*.py[co]' -delete &&
13 python setup.py bdist_wheel --universal &&
14
15 twine upload dist/* &&
16 exec rm -rf build dist m_lib.full.egg-info