Skip to content

gitlab-ci: Publish to pypi.org on tag

David Runge requested to merge issues/4 into master

Add a publish stage, that uses poetry publish on a secure runner to push a release to pypi.org upon tagging. For this we make use of an access token configured for the project via the environment variable POETRY_PYPI_TOKEN_PYPI.

Fixes #4 (closed)

Edited by David Runge

Merge request reports