Warning: Below is an experimental version. Automation will be added later.
-
Read official how-to.
-
Re-test the project.
-
Make git-pull to make sure on latest sources.
-
Install reqs:
pip install -r requirements-dev.txt
-
Select package version new_version where major and minor version should be equal to the supported cortex version and patch version is a custom version specific to this package.
-
Update and commit package version.
vi setup.py
-
Update README.md to the newest version.
-
Execute and use your API token as a password:
bash ./publish_to_pypi.sh ${new_version};