-
Lukas Müller authored
Former-commit-id: eb8bc9db54c34c8b77b8fe8006fbd557907242e9
Lukas Müller authoredFormer-commit-id: eb8bc9db54c34c8b77b8fe8006fbd557907242e9
Instructions for submitting a new version of KADMOS to PyPi
-
Adapt the version in the setup.py file (for versions that are published to PyPi it should be just something like '0.6', the next intermediate version which is not published would be '0.7dev'.
-
Adapt the changelog in the readme.md file.
-
Adapt the MANIFEST.in file (this file specifies what should be included in the distribution, by default only .py or .pyc files are included in the distribution). Normally you only need to adapt the included visualization packages here.
-
Run the setup.bat file. This creates a wheel distribution in the dist directory which should be installable with pip. Test this out.
-
Remove intermediate distributions from the dist directory (for example version '0.6dev').
-
Submit everything to the master branch of the Bitbucket repository.
-
Run the submit.bat file for submitting everything to PyPi. You might want to register your PyPi credentials in the .pypirc file first.
-
Check that the new version is submitted by accessing https://pypi.python.org/pypi/kadmos.