Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Once the release candidate has been reviewed and approved by the community, the release should be finalized. This involves the final deployment of the release candidate to the release repositories, merging of the website changes, etc.


Deploy Python artifacts to PyPI (Starting from 1.10)

Release manager should get the pypi account and password from PMC to deploy the Python artifacts to PyPI. The artifacts could be uploaded using twine(https://pypi.org/project/twine/). To install twine, just run:

...