pipeline: build: image: python:latest when: event: tag branch: [main, master] commands: - python --version - pip install -U build --quiet - build