try this as filter

This commit is contained in:
RealStickman 2022-09-13 15:02:29 +02:00
parent 9d598e0612
commit 649ea35606

View File

@ -3,7 +3,7 @@ pipeline:
image: python:latest image: python:latest
when: when:
event: tag event: tag
branch: [ main, master ] branch: main
commands: commands:
- python --version - python --version
- pip install -U build --quiet - pip install -U build --quiet
@ -13,7 +13,7 @@ pipeline:
image: python:latest image: python:latest
when: when:
event: tag event: tag
branch: [ main, master ] branch: main
secrets: [ twine_username, twine_password ] secrets: [ twine_username, twine_password ]
commands: commands:
- pip install -U twine --quiet - pip install -U twine --quiet