Skip to content
  • David Runge's avatar
    gitlab-ci: Publish to pypi.org on tag · 63985456
    David Runge authored
    .gitlab-ci.yml:
    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`.
    63985456
Validating GitLab CI configuration… Learn more