mirror of
https://github.com/nextcloud/android.git
synced 2024-11-24 06:05:42 +03:00
346 B
346 B
Releasing
To create a new release:
Update local rep and update the version in
setup.py
:$ hg pull -u $ vim setup.py
Test:
$ python setup.py clean sdist $ cd dist $ tar zxf ... $ cd transifex-client ...test
Package and upload on PyPI:
$ python setup.py clean sdist bdist_egg upload