Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 875 Bytes

MAINTAINERS.md

File metadata and controls

26 lines (16 loc) · 875 Bytes

How To Release A New Version

Warning: Below is an experimental version. Automation will be added later.

  1. Read official how-to.

  2. Re-test the project.

  3. Make git-pull to make sure on latest sources.

  4. Install reqs:

    pip install -r requirements-dev.txt

  5. 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.

  6. Update and commit package version.

    vi setup.py

  7. Update README.md to the newest version.

  8. Execute and use your API token as a password:

    bash ./publish_to_pypi.sh ${new_version};