WIP: .gitlab-ci.yml: Publish to PyPI when new tags are pushed

Description

Add a new CI job to publish souce distribution archive to PyPi any time new tags are pushed to the repository. Releases will be made on test.pypi.org first.

To-do

  • Create a role account on PyPI and test-PyPI
  • Setup secret CI variables: TWINE_USERNAME and TWINE_PASSWORD.

Changes proposed in this merge request:

  • .gitlab-ci.yml: Publish to PyPI when new tags are pushed

This merge request, when approved, will close issue/bug:

Part of #587 (closed).


Edited by Chandan Singh

Merge request reports

Loading