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