try this as filter
This commit is contained in:
parent
9d598e0612
commit
649ea35606
@ -3,7 +3,7 @@ pipeline:
|
||||
image: python:latest
|
||||
when:
|
||||
event: tag
|
||||
branch: [ main, master ]
|
||||
branch: main
|
||||
commands:
|
||||
- python --version
|
||||
- pip install -U build --quiet
|
||||
@ -13,7 +13,7 @@ pipeline:
|
||||
image: python:latest
|
||||
when:
|
||||
event: tag
|
||||
branch: [ main, master ]
|
||||
branch: main
|
||||
secrets: [ twine_username, twine_password ]
|
||||
commands:
|
||||
- pip install -U twine --quiet
|
||||
|
Loading…
Reference in New Issue
Block a user