remove branch condition again
This commit is contained in:
parent
8b05e06dd3
commit
b073a07e23
@ -3,7 +3,7 @@ pipeline:
|
||||
image: python:latest
|
||||
when:
|
||||
event: tag
|
||||
branch: main
|
||||
# branch: [ main, master ] doesn't work atm
|
||||
commands:
|
||||
- python --version
|
||||
- pip install -U build --quiet
|
||||
@ -13,7 +13,7 @@ pipeline:
|
||||
image: python:latest
|
||||
when:
|
||||
event: tag
|
||||
branch: main
|
||||
# branch: [ main, master ] doesn't work atm
|
||||
secrets: [ twine_username, twine_password ]
|
||||
commands:
|
||||
- pip install -U twine --quiet
|
||||
|
Loading…
Reference in New Issue
Block a user