Skip to content
Snippets Groups Projects

Python CI

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by Marius Politze
    Edited
    snippetfile1.txt 240 B
    release:
      tags:
        - runner:docker
      image: python:latest
      stage: release
      script:
        # Discover test projects in `src` folder
        - pip install twine
        - ...
      only:
        variables:
          - $CI_COMMIT_TAG =~ /v[0-9]*\.[0-9]*\.[0-9]*/
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment